VMEPoi

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

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
constructor(id: String, data: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The poi's categories

Link copied to clipboard
val data: String?

The poi's data. It can contains :

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The poi's html description

Link copied to clipboard

The icon associated with the poi

Link copied to clipboard
val id: String

The poi's unique ID

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The poi's name

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard