javascript - How can I use Google Maps geocoder in an angularJs datatable without Exceeding the quota limit -
i have datatable in whch need find city name based on lat , lng. i'm trying use google maps geocoder in order reverse coding latitude , longitude city name. created function i'm getting limit rate exceeded since have lot of rows in datatable.
is there way call geocoding function current active pagination ?
the geocoding api has rate limit of 50 requests per second , 2,500 per day, calculated sum of client-side , server-side queries.
what should add delay or interval between geocoding requests in javascript. maybe few milliseconds. enough not exceeding 50 requests per second.
Comments
Post a Comment