FMX.Maps.TMapClickEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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