MPIFloatingLabelsManager

class MPIFloatingLabelsManager

A Manager for adding, removing and manipulating floating labels.

Constructors

Link copied to clipboard
fun MPIFloatingLabelsManager()

Functions

Link copied to clipboard
fun add(    coordinate: MPIMap.MPICoordinate,     text: String,     options: MPIOptions.AddFloatingLabel? = null)
fun add(    node: MPINavigatable.MPINode,     text: String,     options: MPIOptions.AddFloatingLabel? = null)
fun add(    polygon: MPINavigatable.MPIPolygon,     text: String,     options: MPIOptions.AddFloatingLabel? = null)
Link copied to clipboard
fun labelAllLocations(options: MPIOptions.FloatingLabelAllLocations? = MPIOptions.FloatingLabelAllLocations())
Link copied to clipboard
fun remove(node: MPINavigatable.MPINode)
fun remove(polygon: MPINavigatable.MPIPolygon)
Link copied to clipboard
fun removeAll()
Link copied to clipboard
fun resetPriority(node: MPINavigatable.MPINode)
fun resetPriority(polygon: MPINavigatable.MPIPolygon)
Link copied to clipboard
fun setPriority(node: MPINavigatable.MPINode, priority: Double)
fun setPriority(polygon: MPINavigatable.MPIPolygon, priority: Double)