FMX.Maps.TCustomMapView.SetLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLocation(const ACoordinate: TMapCoordinate);

C++

void __fastcall SetLocation(const TMapCoordinate &ACoordinate);

Properties

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

Description

Setter of Location.

See Also