On Oct 30, 7:28 am, Elektroschnitzel <[email protected]>
wrote:
> Now
> we come to the conrete phenomenon. Sometimes the skript getLocation or
> getLatLng of gClientGeoCoder returns NULL whether the address exists
> and returns a postion in a single request.
>
> Is there a timing problem? Now it check the returned point if not NULL but
> this is no acceptable resolution. May someone help me?
>
> There you can see that more addresse are found instead of the markers
> positioned on the map...

You're doing multiple geocodes, so that's what happens. See
http://econym.org.uk/gmap/geomulti.htm -- you are running into the
rate limit.

The solution is to store the coordinates in your database so that you
don't have to geocode. In fact you must know where your stores are if
you are doing the "within 60km" query: just return the location with
the store details.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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