FMX.Maps.TCustomMapView.DoMapLongClick

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also