Reputation: 691
Just for background, I have an app which runs in both the browser and as a hybrid PhoneGap app, and which uses the Google Maps JS api.
Essentially, users pan and zoom the map and when a 'map idle' event is triggered, the app queries my API based on the current bounds of the idle map.
I'm just trying to find out what constitutes a call to the JS api?
Anyone shed any light on this?
Thx.
Upvotes: 1
Views: 266
Reputation: 5634
As stated in the Google Maps API:
A single map load occurs when:
The degree to which a user interacts with a map once it has been loaded has no impact on the usage limits.
Upvotes: 1