Companion

object Companion

A convenience object to access the style ID strings of the professionally-designed map styles made by Mapbox.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

DARK
Link copied to clipboard
const val DARK: String
Dark: Subtle dark backdrop for data visualizations.
LIGHT
Link copied to clipboard
const val LIGHT: String
Light: Subtle light backdrop for data visualizations.
MAPBOX_STREETS
Link copied to clipboard
const val MAPBOX_STREETS: String
Mapbox Streets: A complete base map, perfect for incorporating your own data.
OUTDOORS
Link copied to clipboard
const val OUTDOORS: String
Outdoors: A general-purpose style tailored to outdoor activities.
SATELLITE
Link copied to clipboard
const val SATELLITE: String
Satellite: A beautiful global satellite and aerial imagery layer.
SATELLITE_STREETS
Link copied to clipboard
const val SATELLITE_STREETS: String
Satellite Streets: Global satellite and aerial imagery with unobtrusive labels.
TRAFFIC_DAY
Link copied to clipboard
const val TRAFFIC_DAY: String
Traffic Day: Color-coded roads based on live traffic congestion data.
TRAFFIC_NIGHT
Link copied to clipboard
const val TRAFFIC_NIGHT: String
Traffic Night: Color-coded roads based on live traffic congestion data, designed to maximize legibility in low-light situations.