[Google Maps API v2] Re: Need to show a map on my site that shows the User's location
... or just make it easy on yourself and pass the zipcode along in the
query string and in the 2nd page run the geocoder in the initialize
function and grab the zipcode there and feed it in as the address
variable.
... or make it *really* easy on yourself and use the DOM style.display
methods inline and hidden for your input box and map divs
(respectively) and swap them over when you call your geocoder
function... that way you don't even have to make a second page, it
just *looks* like a different page...
--
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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home