XE_user 0 Posted 2 hours ago I use Delphi 12 CE and tried to build applications showing maps (google maps on Windows only, no FMX). There are some example projects which do not work. They compile without errors but the content of the TMapView stays empty. I think an API key is not neccessary, as this is for Android applications only. A few years ago I created map applications with GMMaps, which suddenly stopped working due to some changes in the google API. Do I face the same problem here? Help appreciated! Share this post Link to post
ToddFrankson 15 Posted 2 hours ago https://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.Maps.TMapView "To run an application on Android with TMapView, you need to acquire an API-Key for Google Maps API. For more detail, see Configuring Android Applications to Use Google Maps." Share this post Link to post
XE_user 0 Posted 1 hour ago 5 minutes ago, ToddFrankson said: https://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.Maps.TMapView "To run an application on Android with TMapView, you need to acquire an API-Key for Google Maps API. For more detail, see Configuring Android Applications to Use Google Maps." Thanks, but I do not use multi-platform FMX components, I use the VCL for Windows only, as described above. Share this post Link to post
ToddFrankson 15 Posted 1 hour ago 5 minutes ago, XE_user said: Thanks, but I do not use multi-platform FMX components, I use the VCL for Windows only, as described above. Still need it to access googles map service Share this post Link to post
XE_user 0 Posted 1 hour ago Ok, I just saw, that the demo is from multi-platform samples.... and TMapView is not available for VCL applications. Share this post Link to post