Package com.dwarshb.commute.presentation.mapScreen

Types

Link copied to clipboard
class MapsActivity : AppCompatActivity, OnMapReadyCallback, GoogleMap.OnMarkerClickListener

MapsActivity is used to display a various vehicles from the list to map. It shows vehicle icon at the designated position and display its information. Whenever user select any marker from the map, then it will redirect the camera of map to it's location. Also on click of dialog shown at the top, google will be opened with the route of those direction which includes origin & destination as well.

Link copied to clipboard
class MapsViewModel : ViewModel

MapsViewModel is a class which is used to handle the operation for MapsActivity