Vehicle
data class Vehicle(id: String?, coordinate: LatLng?, fleetType: String?, heading: String?) : Parcelable
Content copied to clipboard
It is data class which is used to handle the each item of vehicle list.
Author
Darshan Bhanushali
Created on December 24,2021