Somomo1q
Somomo1q

Reputation: 675

Google map limites API

I have 80 Phone and i am listening their location on the map. I am seeing in the map their location. I am setupping marker map location about 2 sec . When i am going to listen their coordinates , i am changing the marker values from api. I have 80 phone i am listening them 7/24 so i need (80x24x60x30 = 3.456.000) API Request. But i can just 25.000 free request how can i do it ? Do have any way ? OR how much cash i give google for it ? I am using this function every 2 second

Marker.setPosition(latlng);

Upvotes: 0

Views: 46

Answers (1)

Nidhish Puthiyadath
Nidhish Puthiyadath

Reputation: 119

There is a cost associated with using the API, if you exceed 2,500 requests per day. https://developers.google.com/maps/documentation/distance-matrix/usage-limits

Upvotes: 1

Related Questions