Click here to Skip to main content
15,887,465 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,

My requirment is to update longitude and lattitudes in database based on address added.

So for that , i am creating an schedular which will pickup the address of each employee one by one send the address to google map api and get the co-ordinates and update it to database.This task will be done every night by running this exe every night.

My question is does google have any restriction for this type of scnerio . any per day limit to get the coordinates.

Please suggest
Posted
Comments
Patrice T 28-Oct-15 5:04am    
Ask Google ! :)
F-ES Sitecore 28-Oct-15 5:08am    
What you are doing is in breach of the google API license. So yeah...please feel free to contact google and tell them what you are doing and they will advise you further.

1 solution

CSS
Users of the standard API:
2,500 free requests per day, 10 requests per second

check it https://developers.google.com/maps/documentation/geocoding/usage-limits[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900