headingEnabled property

bool get headingEnabled

Enables/disables heading mode. If heading mode is enabled, the map is rotated. If heading mode is disabled, the location icon is rotated.

Implementation

core.bool get headingEnabled;
set headingEnabled (bool val)

Implementation

set headingEnabled(core.bool val);