MPIPolygonRanking

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

MPIPolygonRanking represents the ranking of a MPINavigatable.MPIPolygon.

Constructors

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

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String?
component3
Link copied to clipboard
operator fun component3(): Double
copy
Link copied to clipboard
fun copy(polygonId: String, entranceNodeId: String? = null, score: Double): MPIPolygonRanking
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

entranceNodeId
Link copied to clipboard
val entranceNodeId: String? = null
Id of an entrance MPINavigatable.MPINode
polygonId
Link copied to clipboard
val polygonId: String
score
Link copied to clipboard
val score: Double
score representing the display priority of a MPINavigatable.MPIPolygon