FMX.Maps.TCustomMapView.Location

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Location: TMapCoordinate read GetLocation write SetLocation;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView


Beschreibung

Breiten- und Längengrad, an dem die Kamera positioniert ist.

Siehe auch