Google Map API and Annotations

You must Login before you can answer or comment on any questions.

If I loop through some data in my database and create mapview annotation (lets 100) using the google map api to retrieve street and name. Does the looping and creation of annotations count as a request in the google maps api?

I guess to further explain I want to take my latitude and longitude in my database and pass this to google maps api to get the annotion information, its seems like this would be a request, which means I could hit my max request.

1 Answer

Accepted Answer

If you are looping through some data, and sending locations off one at a time to the Google API, then yes, each one is going to be a different request.

Your Answer

This question has been locked and cannot accept new answers.