FMX.Maps.TMapView

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Maps.TCustomMapViewFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTMapView

Delphi

TMapView = class(TCustomMapView)

C++

class PASCALIMPLEMENTATION TMapView : public TCustomMapView

Properties

Type Visibility Source Unit Parent
class public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps

Description

Map View component class.

For a Step by Step tutorial for creating Map Applications, see Mobile Tutorial: Using a Map Component to Work with Maps (iOS and Android).

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.

See Also