function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SRILAKSHMI BSRILAKSHMI B 

Displaying address locations on googlemap

Hi All,

 

I am using Google map API V3 is to geocode lead address and display it on google map.But I got the following

 

error.Geocode was not successful for the following reason:OVER_QUERY_LIMIT

 

When i tried to find out the reason for this error i came to know that it is due to the geocoding address request sent to the google api server at very fast rate and we need to set timer and use the array and send the request one by one.

 

I followed the same but now error i am not getting but all the address locations were not shown on map and some of the adddress locations will be missed out.When i put a alert statement i can see all the address location seen on the map.

 

Could anyone please suggest how to resolve this issue.

 

 

Thanks,

Srilakshmi B

Chamil MadusankaChamil Madusanka

Hi,

 

Try this approach,

 

http://developer.force.com/projectpage?id=a0630000004MUF6AAO

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.