MPIRankings

data class MPIRankings(polygons: List<MPIPolygonRanking>)

MPIRankings represents the rankings data for a venue

Constructors

MPIRankings
Link copied to clipboard
fun MPIRankings(polygons: List<MPIPolygonRanking>)

Functions

component1
Link copied to clipboard
operator fun component1(): List<MPIPolygonRanking>
copy
Link copied to clipboard
fun copy(polygons: List<MPIPolygonRanking>): MPIRankings
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

polygons
Link copied to clipboard
val polygons: List<MPIPolygonRanking>
represents the rankings of all the MPINavigatable.MPIPolygons in a venue