FMX.Maps.TCustomMapView.DoMapClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMapClick(const Coordinate: TMapCoordinate);

C++

void __fastcall DoMapClick(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 OnMapClick event.

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

See Also