1 (edited by mikli1 2023-11-01 18:58:44)

Topic: Google tiles api

Hello,

I've noticed that the tiles are downloaded without using the google api key. Example url:

https://mts3.google.com/vt/lyrs=t@131,r … =17&s=

Shouldn't it be using the tile.googleapis.com/v1/2dtiles endpoint? Is this legal? If not, is it possible to use an url with the google api key? I want it to be legal and I want to pay for the requests.

Thanks for help

Re: Google tiles api

Hello.

All presets are for testing purposes.
This is specified in the inspector and documentation.

The legal way to use tiles from Google is Google Tiles API.
It is written in the documentation.

Here is an example of how to use it:
https://infinity-code.com/atlas/online- … esAPI.html

Kind Regards,
Infinity Code Team.

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

3 (edited by mikli1 2023-11-03 07:22:23)

Re: Google tiles api

Thank you. Any tips how can it be integrated into the Demo example scene?

Re: Google tiles api

Add this script to the map GameObject and fill the fields of the component.

Kind Regards,
Infinity Code Team.

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

Re: Google tiles api

Wow. Thanks. Working great.