CompassSettings

Shows the compass on the map.

Types

Link copied to clipboard
class Builder

Composes and builds a CompassSettings object.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Overloaded equals function.

Link copied to clipboard
open override fun hashCode(): Int

Overloaded hashCode function based on all class properties.

Link copied to clipboard

Convert to Builder allowing to change class properties.

Link copied to clipboard
open override fun toString(): String

Overloaded toString function.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Whether the compass can be clicked and click events can be registered.

Link copied to clipboard

Whether the compass is visible on the map.

Link copied to clipboard

Whether the compass fades out to invisible when facing north direction.

Link copied to clipboard

The compass image, the visual representation of the compass.

Link copied to clipboard

Defines the margin to the bottom that the compass icon honors. This property is specified in pixels.

Link copied to clipboard

Defines the margin to the left that the compass icon honors. This property is specified in pixels.

Link copied to clipboard

Defines the margin to the right that the compass icon honors. This property is specified in pixels.

Link copied to clipboard

Defines the margin to the top that the compass icon honors. This property is specified in pixels.

Link copied to clipboard

The alpha channel value of the compass image

Link copied to clipboard

Defines where the compass is positioned on the map

Link copied to clipboard

The clockwise rotation value in degrees of the compass.

Link copied to clipboard

Whether the compass is displayed.