MPRoute

open class MPRoute

Constructors

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getDistance(): Int
Link copied to clipboard
open fun getDuration(): Int

Properties

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