RouteData

Types

Link copied to clipboard
class Builder : ViewObjectDataBuilder<B, I, D>

Functions

Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getBorderColor(): Int
Returns the current border color for this MapRoute in ARGB format
Link copied to clipboard
open fun getInnerColor(): Int
Returns the current inner color for this MapRoute in ARGB format
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getRoute(): Route
Returns selected route.
Link copied to clipboard
open fun getRouteType(): Int
Returns the type of selected route.
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Returns if current MapRoute object uses custom color
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)

Properties