FMX.Maps.ICustomMapView.SetBearing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBearing(const Bearing: Single);

C++

virtual void __fastcall SetBearing(const float Bearing) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps ICustomMapView

Description

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

See Also