setPosition

@JvmName(name = "setPositionByNode")
fun setPosition(id: String, node: MPINavigatable.MPINode)

Moves an existing Marker to a new position instantly

Parameters

id

: The Id of the Marker.

node

: The MPINavigatable.MPINode to set the Marker on


@JvmName(name = "setPositionByCoordinate")
fun setPosition(id: String, coordinate: MPIMap.MPICoordinate)

Moves an existing Marker to a new position instantly

Parameters

id

: The Id of the Marker.

coordinate

: The MPIMap.MPICoordinate to set the Marker on