API:FMX.Maps.TMapView.Bearing

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Bearing: Single read GetBearing write SetBearing default 0;

C++

__property Bearing = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapView

説明

逆時計回りの度単位での地図の方位です(0 は北を意味します)。

FMX.Maps.TMapView.Bearing は FMX.Maps.TCustomMapView.Bearing を継承しています。以下の内容はすべて FMX.Maps.TCustomMapView.Bearing を参照しています。

逆時計回りの度単位での地図の方位です(0 は北を意味します)。

関連項目