initialCompassEnabled property

bool initialCompassEnabled
final

Specifies whether the compass should be enabled.

The compass is an icon on the map that indicates the direction of north on the map. If enabled, it is only shown when the camera is tilted or rotated away from its default orientation (tilt of 0 and a bearing of 0).

By default, the compass is enabled.

Implementation

final bool initialCompassEnabled;