On Jun 26, 3:50 am, GINGERPAUL55 <[email protected]>
wrote:
> I have made a script and it allows my users to add an event with a
> location. The location is then added to the google maps script but
> sometimes i get a blank map.

http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines

http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical

>
> Is there a way to see if google maps has found the location?

If you are using GClientGeocoder yes, see the documentation.  The
getLatLng returns null if it couldn't find a location:
http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder.getLatLng

the getLocations methods "if successful" will return "one or more
Placemarks":
http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder.getLocations

But then you could have read the documentation yourself...

  -- Larry

>
> Thankyou All
> Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to