> Thanks for the reference. I checked this out, but sorry that I forgot
> to share that I am providing the Map Tuning functionality to my user,
> the user is free to move and save the marker to his desired location.
What is 'map tuning', how do we access the version with that in?
You should not be geocoding 'St.Ives, UK' every time the page is
loaded. You do, after all, know where it is without asking Google.
Google might return you St.Ives, Cambs ... have you zoomed out the
map to see the whole UK to see where the marker is?
I can't fathom why you are geocoding postcode PE27 3YW at all, let
alone why you'd geocode it again if it failed the first time -
geocoder.getLatLng('PE27 3YW', function(myPoint) {
if (!myPoint) {
geocoder.getLatLng('PE27 3YW', ....
I'd recommend the tutorial you've already been pointed to.
cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---