Search code examples
delphifiremonkey

firemonkey tmapview custom tile server


I have my own tile server and like to use tmapview component

Is it possible to use tmapview with my own tile server ??

like tileoverlay

thanks


Solution

  • TMapView is specifically for maps via the Google Maps API, which means it is tied specifically to Google. From the TMapView documentation (emphasis added):

    To run an application on Android with TMapView, you need to acquire an API-Key for Google Maps API.

    So no, you cannot use it with your own server.