Routing Repository
Specifies the functions required by an AirQuality Repository. Should be implemented by a repository using a specific source of truth.
Constructors
Functions
Link copied to clipboard
Calculates the route between two points
Link copied to clipboard
abstract fun calculateRouteFromWaypoints(locations: List<LatLng>): RoutePlan?
Content copied to clipboard
Calculates the route between several points (waypoints)