VMEMapControllerBuilder

class VMEMapControllerBuilder

Used to build a VMEMapController object.

Since

2.0

Constructors

Link copied to clipboard
fun VMEMapControllerBuilder()

Functions

Link copied to clipboard
fun build(context: Context): VMEMapController

Properties

Link copied to clipboard
var headersHttp: MutableMap<String, String>

The list of http headers. Passing null will reset headers.

Link copied to clipboard
var mapHash: String

The online map's hash.

Link copied to clipboard
var mapPath: String

The path of the map bundle to be used.

Link copied to clipboard
var mapSecretCode: Int = 0

The embedded map's secret code.

Link copied to clipboard
var mapServerURL: String

The map server url. Passing null will set the default map server path.

Link copied to clipboard
var promptUserToDownloadMap: Boolean = true

Determines whether to prompt the user before downloading an online map.