On Dec 13, 1:38 pm, Duane Boudreau <[email protected]> wrote:
> I'm using V3 of the Google mapping api to add addresses to a map and I
> am getting differing results when I reload the page.
>
> The code is athttp://artisanway.sandybaynetworks.com/View-All.aspx
>
> Can someone tell me what I am doing wrong?

Geocoding too many known addresses everytime your page loads.  The
geocoder has a quota and is subject to rate limiting.  Geocode them
once off-line and use their coordinates to display them.

See this page for "geocoding strategies":
http://code.google.com/apis/maps/articles/geocodestrat.html

  -- Larry

>
> Thanks,
> Duane

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to