RouteProperty

open class RouteProperty : MPModelBase

Author

Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.

Constructors

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

Functions

Link copied to clipboard
@NonNull
open fun toString(): String

Properties

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