VMEPoi

open class VMEPoi(id: String, data: String?)

Represents a physical POI within the map

A poi encapsulates information about a physical poi, including its name, description, categories and any other information we might have about it.

A poi object is immutable. If you wish to change a poi's attributes, see :

Since

1.10

See also

Constructors

Link copied to clipboard
fun VMEPoi(id: String, data: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var altitudeMode: VMEPoiAltitudeMode
Link copied to clipboard
var anchorMode: VMEPoiAnchorMode
Link copied to clipboard
var categories: Set<String>

The poi's categories

Link copied to clipboard
val data: String?

The poi's data. It can contains :

Link copied to clipboard
var displayMode: VMEPoiDisplayMode
Link copied to clipboard
var fontColor: String?
Link copied to clipboard
var htmlDescription: String

The poi's html description

Link copied to clipboard
var icon: String

The icon associated with the poi

Link copied to clipboard
val id: String

The poi's unique ID

Link copied to clipboard
var imageURL: Uri? = null
Link copied to clipboard
var isStatic: Boolean = true
Link copied to clipboard
var name: String

The poi's name

Link copied to clipboard
var oldAltitudeMode: VMEPoiAltitudeMode? = null
Link copied to clipboard
var oldAnchorMode: VMEPoiAnchorMode? = null
Link copied to clipboard
var oldDisplayMode: VMEPoiDisplayMode? = null
Link copied to clipboard
var oldOrientation: VMEPoiOrientation? = null
Link copied to clipboard
var oldPosition: VMEPosition? = null
Link copied to clipboard
var oldSize: VMEPoiSize? = null
Link copied to clipboard
var oldVisibilityRamp: VMEPoiVisibilityRamp? = null
Link copied to clipboard
var orientation: VMEPoiOrientation
Link copied to clipboard
var position: VMEPosition? = null
Link copied to clipboard
var size: VMEPoiSize
Link copied to clipboard
var visibilityRamp: VMEPoiVisibilityRamp