MPRouteProperty

open class MPRouteProperty

Constructors

Link copied to clipboard
open fun MPRouteProperty(value: Float)
Link copied to clipboard
open fun MPRouteProperty(    value: Float,     @Nullable text: String,     @Nullable time_zone: String)
Link copied to clipboard
open fun MPRouteProperty(@NonNull routeProperty: MPRouteProperty)

Functions

Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@SerializedName(value = "text")
private open val text: String
Link copied to clipboard
@SerializedName(value = "time_zone")
private open val timeZone: String
Link copied to clipboard
@SerializedName(value = "value")
private open var value: Float