FMX.Maps.TCustomMapView.DoMapDoubleClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMapDoubleClick(const Coordinate: TMapCoordinate);

C++

void __fastcall DoMapDoubleClick(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 OnMapDoubleClick event.

The map view calls DoMapDoubleClick when the user double-clicks a point of the map. Coordinate is a map coordinate that matches that point of the map.

See Also