Topic: How to support Google Maps Platform.

Google Map APIs will be updated as Google Maps Platform.

https://cloud.google.com/maps-platform/user-guide/


Along with that, it is said that API calls without API key will no longer be supported after June 11, 2018.

My app uses Styled Google Maps according to the following document, but what do I have to do for the Google Maps Platform?

http://infinity-code.com/en/docs/online-maps


Thank you in advance.

Re: How to support Google Maps Platform.

Hello.

It almost does not affect Online Maps because it relates to Google Maps API.
Online Maps has implementations of classes for these services using Google API key.
We just need to update a few examples for Directions and Geocoding API so that they use the key.

If you use Google Directions API or Google Geocoding API without a key, you will need to specify your key.
For the rest of Google Maps API, you always needed to use the key. So there is no need to make any changes.

If you want to use tiles with your key, use Google Maps Tile API:
https://developers.google.com/maps/docu … e_requests

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: How to support Google Maps Platform.

Thank you for your advice.