MPIBlueDotManager
public class MPIBlueDotManager
Blue dot manager
-
Enables the blue dot so it will appear if the location is in the venue
Declaration
Swift
public func enable(options: MPIOptions.BlueDot)
Parameters
options
BlueDot options, passing allowImplicitFloorLevel as true displays the blue dot on all floors, defaults to false
Return Value
Void
-
Disables the blue dot so it does not appear on the mapview
Declaration
Swift
public func disable(options: MPIOptions.BlueDot)
Return Value
Void
-
Updates the position of the blue dot on the mapview
Declaration
Swift
public func updatePosition(position: MPIPosition)
Parameters
position
The
MPIPosition
of the blue dotReturn Value
Void
-
Updates the position of the blue dot on the mapview
Parameters
position
The
MPIPosition
of the blue dotReturn Value
Void