Snap Helper
class SnapHelper
Helpers for the snap endpoints.
Functions
Link copied to clipboard
suspend fun OrsClient.getSnapGeoJson(locations: List<List<Double>>, radius: Int, profile: Profile, id: String? = null): SnapGeoJsonResponse
Calls the ORS Snap GeoJSON endpoint.
Link copied to clipboard
suspend fun OrsClient.getSnapJson(locations: List<List<Double>>, radius: Int, profile: Profile, id: String? = null): SnapResponse
Calls the ORS Snap JSON endpoint.