Geo APIManager
interface GeoAPIManager
Content copied to clipboard
Functions
cofu Gas Stations
Link copied to clipboard
abstract fun cofuGasStations(completion: (Result<List<CofuGasStation>>) -> Unit)
Content copied to clipboard
abstract fun cofuGasStations(location: Location, radius: Int, completion: (Result<List<GasStation>>) -> Unit)
Content copied to clipboard
is Poi In Range
Link copied to clipboard
abstract suspend fun isPoiInRange(poiId: String, location: Location? = null): Boolean
Content copied to clipboard
Inheritors
GeoAPIManagerImpl
Link copied to clipboard