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")
open val text: String
Link copied to clipboard
@SerializedName(value = "time_zone")
open val timeZone: String
Link copied to clipboard
@SerializedName(value = "value")
open var value: Float