MartinZone
programming experiments
|
|
LoginNewsletter |
How does TGoMaps work?
AnswerTGoMaps may work by communicating directly with Google's servers or through the use of a gateway file on your server. Someone claims that the communicating directly with Google's servers doesn't respect the terms of use of Google Maps API if you don't have a Google Maps API business license. That way you can decide how to use TGoMaps.
By Google's server: in this case your application exchange data directly with Google's servers:
By gateway file: in this case you needs a small gateway file on a website (this file should be public access on your site). The gateway file is a HTML file where you must put the Google Maps API Key of your website. When you run the application, TGoMaps uses this gateway file on your website to show the map on your application.
Category |

