MPRoute

open class MPRoute

Constructors

Link copied to clipboard
open fun MPRoute(@NonNull legs: List<MPRouteLeg>)

Functions

Link copied to clipboard
open fun findNearestSegmentPathFromPoint(point: MPPoint, floorIndex: Int): MPRouteSegmentPath
Link copied to clipboard
open fun getCollapsedSteps(): List<MPRouteStep>
Link copied to clipboard
open fun getDistance(): Int
Link copied to clipboard
open fun getDuration(): Int

Properties

Link copied to clipboard
@SerializedName(value = "bounds")
private val bounds: Any
Link copied to clipboard
@SerializedName(value = "copyrights")
private open val copyrights: String
Link copied to clipboard
private val latLngBounds: MPLatLngBounds
Link copied to clipboard
@SerializedName(value = "legs")
@get:NonNull
private val legs: List<MPRouteLeg>
Link copied to clipboard
@SerializedName(value = "restrictions")
private open val restrictions: Array<String>
Link copied to clipboard
@SerializedName(value = "summary")
private open var summary: String
Link copied to clipboard
@SerializedName(value = "warnings")
private open val warnings: Array<String>