/tripkit/CommonCoreLegacy/com.skedgo.tripkit.routing/TripKitMapTiles

TripKitMapTiles

\ data class TripKitMapTiles(val name: String, val urlTemplates: List<String>, val sources: List<Source>) : Parcelable

Constructors

TripKitMapTiles constructor(parcel: Parcel)constructor(name: String, urlTemplates: List<String>, sources: List<Source>)

Types

Name Summary
CREATOR object CREATOR : Parcelable.Creator<TripKitMapTiles>

Properties

Name Summary
name val name: String
sources val sources: List<Source>
urlTemplates val urlTemplates: List<String>

Functions

Name Summary
describeContents open override fun describeContents(): Int
writeToParcel open override fun writeToParcel(parcel: Parcel, flags: Int)