FMX.Maps.TCustomMapView.Location

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Location: TMapCoordinate read GetLocation write SetLocation;

C++

__property TMapCoordinate Location = {read=GetLocation, write=SetLocation};

Properties

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

Description

Latitude and longitude where the camera is located.

See Also