Maps View Model
MapsViewModel is a class which is used to handle the operation for MapsActivity
Created at December 26, 2021
Author
Darshan Bhanushali
See also
Constructors
Functions
Link copied to clipboard
It is used to get center bound of the vehicle position and animate camera of map to marker location.
Link copied to clipboard
It is used to open Google Map from the url and show the route from Origin to Destination through waypoint i.e Location of marker passed in parameter
Link copied to clipboard
fun getVehicleMarkerFromIntent(context: Context, intent: Intent): MarkerOptions
Content copied to clipboard
It is used to get the marker by extracting vehicle data from intent.
Link copied to clipboard
It is used to add marker in map for each vehicle in the list.
Link copied to clipboard
It is used to set the value in vehicleList