> If I want to be able to load my application at a specific LatLon > location defined as an url parameter, do I need to do it manually or > is there something already available in the GoogleMaps API v2 for > that ?
There is nothing in the API to read any url parameters given to your webpage, nor to guess what to do about them if it did. Investigate javascript 'querystring' scripts -- 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.
