We are experiencing a problem where the pins on our map are not always appearing. Here is how our system is setup:
1. We have a C# script running which collects data from our website, pings Google with each location and then stores the data (Location Name, Lat, Long) in our database. This script runs every 10 minutes and normally makes 0 to 5 requests to Google. 2. We have a map which queries our database and uses the stored latitude and longitude information to plot the data on the map. There are usually 5 to 25 pins on the map at any given time. My Question: Every time we add a pin to our map, does that count as an API request? Is it possible we are going over the requests/minute threshold because if the map is loaded 3 times in succession, we just made 75 calls to the API? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
