Companion

Static methods

object Companion

Functions

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

Get a default MapOptions with reasterization mode GlyphsRasterizationMode#ALL_GLYPHS_RASTERIZED_LOCALLY

fun getDefaultMapOptions(context: Context): MapOptions
getDefaultResourceOptions
Link copied to clipboard

Get a default ResourceOptions instance.

fun getDefaultResourceOptions(context: Context): ResourceOptions
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

defaultPluginList
Link copied to clipboard

Default map view plugin registry. All Mapbox plugins are present in this list.

If specific plugins are required to be added to MapView on startup consider creating MapView programmatically specifying MapInitOptions.plugins.

If creating MapView from xml - all plugins listed here will be applied to given MapView on startup.

val defaultPluginList: List<Plugin.Mapbox>