LocationDecoder

interface LocationDecoder

Location decoder matches location reference (e.g. OpenLr string, point, polyline) to a map and returns corresponding MapReferences

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun match(point: <Error class: unknown class>): <Error class: unknown class>?

Matches point location reference on the underlying map.

abstract fun match(openlrLocation: String): <Error class: unknown class>?

Matches OpenLR location reference on the underlying map.

abstract fun match(polyline: List<<Error class: unknown class>>): <Error class: unknown class>?

Matches polyline location reference on the underlying map.