therealrio
Regular Member
- Apr 24, 2015
- 252
- 48
It s a bit annoyig with Google luring in people with the free offers and services, then once they have people becomign dependent on them slamming them with heavy costs.
Like with Google Maps API, they will charge $4 per 1000 over the first 25K requests per day. So if you app or site is heavily dependent on the API it can cause problems.
I want to use Javascript API to get coordinates of a mobile user. Now say the app get 50K active users. They all use the app eveyrday and this API is used. Thats an extra 25K requests that will have to be paid for thats $4 x 25 ($100 ouch!).
What I want to know is is there a way to show a google map on your website for free without limits without using the API, maybe say an iframe and actually just loading google maps home page and somehow setting the default location??
Like with Google Maps API, they will charge $4 per 1000 over the first 25K requests per day. So if you app or site is heavily dependent on the API it can cause problems.
I want to use Javascript API to get coordinates of a mobile user. Now say the app get 50K active users. They all use the app eveyrday and this API is used. Thats an extra 25K requests that will have to be paid for thats $4 x 25 ($100 ouch!).
What I want to know is is there a way to show a google map on your website for free without limits without using the API, maybe say an iframe and actually just loading google maps home page and somehow setting the default location??