During and after my Maps Skill Sprint last week, I received multiple questions on how to use TMapView with RAD Studio XE8. I thought I would create a new demo that showcases the following functionality to help answer those questions.
This demo showcases the following RAD Studio XE8 functionality:
Using TMapView on iOS and Android. For Android, you will need an API key:
http://docwiki.embarcadero.com/RADStudio/XE8/en/Configuring_Android_Applications_to_Use_Google_Maps for details
Loca...
The new maps component in RAD Studio XE8 makes it easy to add mapping functionality to your mobile applications. TMapView provides access to map APIs for iOS and Android. On Android, it uses the Google Maps Android API and on iOS, it uses the Map Kit Framework.
The key features of the TMapView component are:
Four Types of Maps: Normal, Satellite, Hybrid and Terrain (Android only)
Gesture Control: Intuitive tilt, rotate and zoom gesture controls
Control the Map View: Ability to c...