sdk-maps / com.tomtom.online.sdk.map / NativeMapConfig

NativeMapConfig

open class NativeMapConfig

Types

NativeMapConfigBuilder

open class NativeMapConfigBuilder

Constructors

<init>

NativeMapConfig(legacyStylesEnabled: Boolean, customStyleUri: String!, layerSetConfiguration: Array<LayerSetConfigValue!>!, onlineMapsKey: String!, onlineTrafficKey: String!, applicationDataDir: String!, endpointConfigFile: ByteArray!, cachePath: String!, assetPath: String!, startingLatLng: LatLng!, topLeftLatLng: LatLng!, bottomRightLatLng: LatLng!, zoom: Double, bearing: Double, pitch: Double, paddingTop: Double, paddingLeft: Double, paddingBottom: Double, paddingRight: Double)

Functions

builder

open static fun builder(): NativeMapConfig.NativeMapConfigBuilder!

getApplicationDataDir

open fun getApplicationDataDir(): String!

getAssetPath

open fun getAssetPath(): String!

getBearing

open fun getBearing(): Double

getBottomRightLatLng

open fun getBottomRightLatLng(): LatLng!

getCachePath

open fun getCachePath(): String!

getCustomStyleUri

open fun getCustomStyleUri(): String!

getEndpointConfigFile

open fun getEndpointConfigFile(): ByteArray!

getLayerSetConfiguration

open fun getLayerSetConfiguration(): Array<LayerSetConfigValue!>!

getOnlineMapsKey

open fun getOnlineMapsKey(): String!

getOnlineTrafficKey

open fun getOnlineTrafficKey(): String!

getPaddingBottom

open fun getPaddingBottom(): Double

getPaddingLeft

open fun getPaddingLeft(): Double

getPaddingRight

open fun getPaddingRight(): Double

getPaddingTop

open fun getPaddingTop(): Double

getPitch

open fun getPitch(): Double

getStartingLatLng

open fun getStartingLatLng(): LatLng!

getTopLeftLatLng

open fun getTopLeftLatLng(): LatLng!

getZoom

open fun getZoom(): Double

isLegacyStylesEnabled

open fun isLegacyStylesEnabled(): Boolean