On Nov 16, 10:15 am, CroNiX <
cronix...@gmail.com> wrote:
> probably just:
> map.setCenter(new google.maps.LatLng(37.020098,-92.373047));
or
map.setCenter(new
google.maps.LatLng(37.020098,-92.373047));map.setZoom(4);
if you want to set the zoom also.
-- Larry
>
> On Nov 16, 9:22 am, Yellow Lemon <
yellowlemon....@gmail.com> wrote:
>
>
>
> > Sorry that the text was translated by an interpreter
>
> > Tell me please how to make html link when clicked, would open area of
> > the map coordinates.
>
> > For example, in version 2 it was done as follows
> > <span onclick="map.setCenter(new GLatLng(37.020098,-92.373047), 4);"
> > style="cursor: pointer;"><u>north america</u></span>
>
> > And as for version 3?
>
> > Thanks for the answers- Hide quoted text -
>
> - Show quoted text -