On Dec 7, 7:54 pm, Chathura Gunasekara <[email protected]> wrote: > hi, I want to move to a particular lat lon by a press of a button > without refreshing the page. Is it even possible?
Yes. > Pls any suggestions? If you google.maps.Map object is called "map" and is in the global scope, execute this javascript in yout button click handler: map.setCenter(new google.maps.LatLng(particular lat, particular lon)); For additional or more specific help, post a link to your map. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
