Geo APIManager Impl
class GeoAPIManagerImpl(appApi: AppAPI, systemManager: SystemManager, locationProvider: LocationProvider) : GeoAPIManager
Content copied to clipboard
Types
Apps Cache
Link copied to clipboard
data class AppsCache(features: List<GeoAPIFeature>, time: Long, center: LatLng)
Content copied to clipboard
Cofu Gas Stations Cache
Link copied to clipboard
data class CofuGasStationsCache(cofuGasStations: List<CofuGasStation>, time: Long)
Content copied to clipboard
Functions
cofu Gas Stations
Link copied to clipboard
open override fun cofuGasStations(completion: (Result<List<CofuGasStation>>) -> Unit)
Content copied to clipboard
open override fun cofuGasStations(location: Location, radius: Int, completion: (Result<List<GasStation>>) -> Unit)
Content copied to clipboard
is Poi In Range
Link copied to clipboard
open suspend override fun isPoiInRange(poiId: String, location: Location?): Boolean
Content copied to clipboard