On Mar 13, 7:41 pm, Sijo <[email protected]> wrote: > like static > maphttp://maps.google.com/maps/api/staticmap?center=12.9709,77.6528&zoom... > > how can i control google maps api v2 lat and long though url > > eg :http://maps.google.com/maps/api/js?.....................
You don't do it with that url: that's the url of the Javascript. Actually, that looks like the Version 3 Javascript, whose group is at http://groups.google.com/group/google-maps-js-api-v3/ However, for both Version 2 and Version 3 you need to interpret your *page* url and then tell the API what to do. See Mike's tutorial at http://econym.org.uk/gmap/linktothis.htm -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
