Package com.dwarshb.commute.data

Types

Link copied to clipboard
interface API

API class is used to query the api used within App.

Link copied to clipboard
data class Vehicle(id: String?, coordinate: LatLng?, fleetType: String?, heading: String?) : Parcelable

It is data class which is used to handle the each item of vehicle list.