FMX.Maps.TMapView.OnCameraChanged
Delphi
property OnCameraChanged: TNotifyEvent read FOnCameraChanged write FOnCameraChanged;
C++
__property OnCameraChanged;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.Maps.pas FMX.Maps.hpp |
FMX.Maps | TMapView |
Description
Occurs when the parameters of the camera change, either programatically or as a result of user interaction. {{#multireplace:FMX.Maps.TMapView.OnCameraChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Maps.TCustomMapView.OnCameraChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Maps.TCustomMapView.OnCameraChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.