FMX.Maps.TCustomMapView.DoCameraChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCameraChanged;

C++

void __fastcall DoCameraChanged();

Properties

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

Description

Dispatcher of the OnCameraChanged event.

The map view calls DoCameraChanged when the parameters of the camera change, either programatically or as a result of user interaction.

See Also