match

abstract fun match(openlrLocation: String): MapReferences?

Matches OpenLR location reference on the underlying map.

Return

Map reference data containing matched arcs for passed OpenLR location.

Parameters

openlrLocation

Encoded OpenLR location.


abstract fun match(point: GeoPoint): MapReferences?

Matches point location reference on the underlying map.

Return

Map reference data containing matched arcs for passed point location.

Parameters

point

Point location.


abstract fun match(polyline: List<GeoPoint>): MapReferences?

Matches polyline location reference on the underlying map.

Return

Map reference data containing matched arcs for passed polyline location.

Parameters

polyline

Polyline location.