|
|
|
|
|
by imechura
5011 days ago
|
|
From my understanding you only get charged when accessing the map API server side. If you use the JS API in the client's browser the requests don't count against your quota. Google even suggests that your script can pass the information back to your server to be stored. Therefore, you can scale your user base without incurring high costs. |
|