MPIPolygonRanking

data class MPIPolygonRanking(    val polygonId: String,     val entranceNodeId: String? = null,     val score: Double)

MPIPolygonRanking represents the ranking of a MPINavigatable.MPIPolygon.

Constructors

Link copied to clipboard
fun MPIPolygonRanking(    polygonId: String,     entranceNodeId: String? = null,     score: Double)

Properties

Link copied to clipboard
val entranceNodeId: String? = null

Id of an entrance MPINavigatable.MPINode

Link copied to clipboard
val polygonId: String
Link copied to clipboard
val score: Double

score representing the display priority of a MPINavigatable.MPIPolygon