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
getDefaultPlugins
Link copied to clipboard

Get a default selection of Mapbox created plugins.

fun getDefaultPlugins(): List<String>
getDefaultResourceOptions
Link copied to clipboard

Get a default ResourceOptions with token from default CredentialsManager

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

DEFAULT_CACHE_SIZE
Link copied to clipboard

The default cache size, which is 50MB

const val DEFAULT_CACHE_SIZE: Long