FMX.Maps.TMapView.Location

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Location: TMapCoordinate read GetLocation write SetLocation;

C++

__property Location;

Properties

Type Visibility Source Unit Parent
property published
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapView

Description

Latitude and longitude where the camera is located.

FMX.Maps.TMapView.Location inherits from FMX.Maps.TCustomMapView.Location. All content below this line refers to FMX.Maps.TCustomMapView.Location.

Latitude and longitude where the camera is located.

See Also