I'm trying to feed the various google.geocode functions. You can see in the
attached file I create myLat and myLong to
ie: var myLatLng = new google.maps.LatLng(myLat, myLong); This does not
work.
My goal is to create code that will use a form to input an address and feed
it to google.maps Then show the Lat and Long of the address. I got this to
work in the enclosed file but the reverse is not working, feed in Lat and
Long via variables and get an address.
So far all I can do to get it to work is to feed the actual Lat & Long to
the program.
Help appreciated.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.
Title: Google Maps API Example: Clickable Markers with Geocoding