FMX.Maps.ICustomMapView.SetLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLocation(const ACoordinate: TMapCoordinate);

C++

virtual void __fastcall SetLocation(const TMapCoordinate &ACoordinate) = 0 ;

Properties

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

Description

Moves the camera to the specified location.

See Also