FMX.Maps.TMapView.Bearing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bearing: Single read GetBearing write SetBearing default 0;

C++

__property Bearing = {default=0};

Properties

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

Description

Bearing of the map in degrees counterclockwise, where 0 equals North.

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

Bearing of the map in degrees counterclockwise, where 0 equals North.

See Also