open class NativeMapConfig
open class NativeMapConfigBuilder |
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) |
open static fun builder(): NativeMapConfig.NativeMapConfigBuilder! |
|
open fun getApplicationDataDir(): String! |
|
open fun getAssetPath(): String! |
|
open fun getBearing(): Double |
|
open fun getBottomRightLatLng(): LatLng! |
|
open fun getCachePath(): String! |
|
open fun getCustomStyleUri(): String! |
|
open fun getEndpointConfigFile(): ByteArray! |
|
open fun getLayerSetConfiguration(): Array<LayerSetConfigValue!>! |
|
open fun getOnlineMapsKey(): String! |
|
open fun getOnlineTrafficKey(): String! |
|
open fun getPaddingBottom(): Double |
|
open fun getPaddingLeft(): Double |
|
open fun getPaddingRight(): Double |
|
open fun getPaddingTop(): Double |
|
open fun getPitch(): Double |
|
open fun getStartingLatLng(): LatLng! |
|
open fun getTopLeftLatLng(): LatLng! |
|
open fun getZoom(): Double |
|
open fun isLegacyStylesEnabled(): Boolean |