On Mar 13, 10:18 pm, Nathan <[email protected]> wrote:
> Is there a built in API call to retrieve the Google URL for the
> current view or a specific coordinate?
There is an undocumented 'softstateurlhook' event that returns exactly
the parameters needed for the URL.
http://esa.ilmari.googlepages.com/softstateurlhook.htm
http://apitricks.blogspot.com/2008/12/softstateurlhook.html
> I want the user to be taken to
> the full-sized map of the current view onhttp://maps.google.comwhen
> they double click the map.
You can build a 'dblclick' handler and construct the URL using
'softstateurlhook' parameters. Another solution is to advice your
visitors to click on 'powered by Google' logo.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---