MPIBlueDotManager

class MPIBlueDotManager

A blue dot manager.

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

Constructors

Link copied to clipboard
fun MPIBlueDotManager()

Functions

Link copied to clipboard
fun disable()

Disables the blue dot so it does not appear on the mapView

Link copied to clipboard
fun enable(options: MPIOptions.BlueDot? = MPIOptions.BlueDot())

Enables the blue dot so it will appear if the location is in the venue

Link copied to clipboard
fun setState(state: MPIState = MPIState.EXPLORE)

Sets the MPIState of the map with respect to the blue dot

Link copied to clipboard
fun updatePosition(position: MPIPosition)

Updates the position of the blue dot on the mapView