MapboxEVSearchClientApi
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getLocationConnectorById(locationId: String, evseId: String, connectorId: String): Either<MapboxEVPlatformError, EVSEConnector>
Link copied to clipboard
suspend fun searchChargers(points: List<Point>, options: SearchOptions): Either<MapboxEVPlatformError, List<MapboxEVSearchResult>>
suspend fun searchChargers(latitude: Double, longitude: Double, options: SearchOptions): Either<MapboxEVPlatformError, List<MapboxEVSearchResult>>
Performs a search for EV stations.
suspend fun searchChargers(latitude: Double, longitude: Double, resultLimit: Int): Either<MapboxEVPlatformError, List<MapboxEVSearchResult>>
suspend fun searchChargers(latitude: Double, longitude: Double, searchRadius: Double, resultLimit: Int): Either<MapboxEVPlatformError, List<MapboxEVSearchResult>>