BikeRouteRepository

abstract class BikeRouteRepository

Specifies the functions required by an Bike Route Repository. Should be implemented by a repository using a specific source of truth.

Constructors

Link copied to clipboard
fun BikeRouteRepository()

Functions

Link copied to clipboard
abstract suspend fun getRoutes(): List<List<LatLng>>

Inheritors

Link copied to clipboard