MPIBlueDotManager

class MPIBlueDotManager

A blue dot manager.

This class encapsulates the methods that manipulate the current display of the blue dot.

Constructors

MPIBlueDotManager
Link copied to clipboard
fun MPIBlueDotManager()

Functions

disable
Link copied to clipboard
fun disable()
Disables the blue dot so it does not appear on the mapView
enable
Link copied to clipboard
fun enable(options: MPIOptions.BlueDot)
Enables the blue dot so it will appear if the location is in the venue
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
setState
Link copied to clipboard
fun setState(state: MPIState = MPIState.EXPLORE)
Sets the MPIState of the map with respect to the blue dot
toString
Link copied to clipboard
open fun toString(): String
updatePosition
Link copied to clipboard
fun updatePosition(position: MPIPosition)
Updates the position of the blue dot on the mapView