Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I've got about 100 addresses (markers) with unknown lat/long. The geocoding takes really long after about 10 markers. Is there any way I can speed this up? Without saving the lat/long values? In GMap v3 oder v2.

Maybe bing maps or Open Street Map is better?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
130 views
Welcome To Ask or Share your Answers For Others

1 Answer

Is there any way I can speed this up?

No. The rate limit and quota is there to prevent you from abusing the service. It is possible that a paid license might give you a higher limit (but I don't think so).

Without saving the lat/long values?

The only way to geocode the addresses faster is to create your own geocoder or pay for access to a non-Google geocoder, I don't have any experience with non-Google free geocoders. There is free code and data available for the US (the free data is lower quality than Google's). Other countries will be more expensive.

The best solution is to geocode the addresses off-line and use the resulting coordinates to display the markers.

In GMap v3 or v2.

The v2 API has less than a year left in its official life, not recommended for new development.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...