FMX.Maps.TCustomMapView.DoMapLongClick
Delphi
procedure DoMapLongClick(const Coordinate: TMapCoordinate);
C++
void __fastcall DoMapLongClick(const TMapCoordinate &Coordinate);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | FMX.Maps.pas FMX.Maps.hpp  | 
        FMX.Maps | TCustomMapView | 
Description
Dispatcher of the OnMapLongClick event.
The map view calls DoMapLongClick when the user long-clicks a point of the map. Coordinate is a map coordinate that matches that point of the map.