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