TheJeed
TheJeed

Reputation: 351

Can i link google maps from within my application without paying fees?

When i use the Google Maps API from within my commercial application, i have to sign-up for an API key and i have to pay fees for the usage of the Google Maps API.

What happens if i just use a link that opens a new browser window in my app?

Example:

http://maps.google.de/?saddr=Los_Angeles&daddr=hollywood

Do i have to pay fees for this, too?

Thanks in advance,

David

Upvotes: 4

Views: 1532

Answers (1)

Daniel Vassallo
Daniel Vassallo

Reputation: 344351

No you do not have to pay for such usage.

In addition, using the Google Maps API can also be free, if your Maps API implementation is generally accessible to users without charge. (Google Maps API Terms of Service)

Upvotes: 4

Related Questions