Topic: Google api key

I use the online map on 2D.
I know it is use the OnlineMaps photo to paint on the plane.
My Question is "how did the code get the photo R,G,B?"
I didn't see the code request the xml or json to the google api .
what I want to do is use my own google api key to get the OnlineMaps photo,
or get he OnlineMaps photo from web is for free?

Re: Google api key

Hello.

When you write photo you mean a tile?
If so, Google API key is not used in requests to tiles.
This is only used in requests to Google API Webservices.
For example:
http://infinity-code.com/atlas/online-m … ample.html

If you mean exactly Google Photos, then it requires API key.
http://infinity-code.com/doxygen/online … 3dcce48862

Kind Regards,
Infinity Code Team.

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

Re: Google api key

i follow the step by https://youtu.be/tCOftb9fwWI to create a map and i can input my address  then show on the map
But i didn't enter my own api key , so is it use onlinemap tile to show on the plane? and it is free?

Re: Google api key

Please read this thread:
http://forum.infinity-code.com/viewtopic.php?id=331

Kind Regards,
Infinity Code Team.

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

Re: Google api key

thanks  i got it smile

Re: Google api key

Hello.

Can u help me to find the code where the tile request or where the code downloads the tile?

thanks~

Re: Google api key

Hello.

Most likely you are looking for OnlineMaps.StartDownloadTile or OnlineMapsProvider.InitProviders.

Kind Regards,
Infinity Code Team.

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