FMX.Maps.TMapClickEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMapClickEvent = procedure(const Position: TMapCoordinate) of object;

C++

typedef void __fastcall (__closure *TMapClickEvent)(const TMapCoordinate &Position);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps

API STUFF

Description

Event type that handles map click events.

TMapClickEvent receives one parameter, Position, which is the coordinate of the map that the user clicks.

The following event handlers are TMapClickEvent types:

See Also