Map View Model
The view model for the map view.
Parameters
application
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Responsive size calculation of overlay bubbles
Link copied to clipboard
suspend fun getRoute( start: LatLng, end: LatLng, context: Context): Map<GetRouteAlternativesUseCase.RouteType, FullRoute>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Callback from the view that we have gotten the permission to access the user's location.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun updateBubbleZoomLevel(oldZoomLevel: Double, newZoomLevel: Double): Boolean
Content copied to clipboard
Link copied to clipboard
fun updateLocationListener(registerListener: (input: LocationUpdateListener) -> Unit)
Content copied to clipboard
Register new Location Listener, necessary on lifecycle changes.
Link copied to clipboard
Update the current weather data and the overlay bubbles.