Can I link Google maps from my application without paying fees?

When I use the Google Maps APIs from my commercial application, I need to register for an API key, and I have to pay for using the Google Maps APIs.

What happens if I just use a link that opens a new browser window in my application?

Example:

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

Do I have to pay for this too?

Thanks in advance,

David

+4
source share
1 answer

No, you do not need to pay for such use.

In addition, using the Google Maps APIs can also be free if your implementation of the Maps APIs is usually free for users. ( Google Maps API Terms of Service )

+4
source

Source: https://habr.com/ru/post/1300870/


All Articles