GeoDecoder

Reverse search engine instance that uses map data (instead of the BeMap API) to search for POIs

Functions

Link copied to clipboard
fun mapMatch(transportationMode: TranspMode, waypoints: List<GeoPoint>, callback: MapMatchedPointCallback, getAddresses: Boolean = false)

Performs a map-matching (or road-matching) process for a specified type of vehicle. Map-matching consists of correcting uncertainties related to GPS measurements by repositioning a vehicle on most accurate segment of neighbouring roads.

Link copied to clipboard
fun mapMatchCircuitWaypoints(transportationMode: TranspMode = TranspMode.EMERGENCY, waypoints: List<Waypoint>, callback: MapMatchedPointCallback, startUTurnThreshold: Int = 3000)

Performs map-matching for circuit navigation waypoints.

Link copied to clipboard
open override fun searchAround(position: GeoPoint, options: NearbySearchFilter, callback: NearbySearchCallback)

Searches for results based on given coordinates and filters