FMX.Maps.TCustomMapView.OnCameraChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCameraChanged: TNotifyEvent read FOnCameraChanged write FOnCameraChanged;

C++

__property System::Classes::TNotifyEvent OnCameraChanged = {read=FOnCameraChanged, write=FOnCameraChanged};

Properties

Type Visibility Source Unit Parent
event public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView

Description

Occurs when the parameters of the camera change, either programatically or as a result of user interaction.

The event handler of OnCameraChanged receives a single parameter, Sender, which is your map view.

See Also