MapDisplayOptions

class MapDisplayOptions(val trafficVisibilityType: String, val satelliteMode: Boolean)

Configuration of how the map will look.

Constructors

Link copied to clipboard
constructor(trafficVisibilityType: String, satelliteMode: Boolean)

Properties

Link copied to clipboard

indicates whether satellite mode is enabled.

Link copied to clipboard

defines the traffic visibility on the map.

Functions

Link copied to clipboard
fun copy(trafficVisibilityType: String = this.trafficVisibilityType, satelliteMode: Boolean = this.satelliteMode): MapDisplayOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String