MatchRequest

data class MatchRequest(val points: List<MatchPoint>)

Everything one map-matching request needs, serialization-agnostic.

A caller turns this into whatever the transport wants — an OSRM query string (coordinates/radiuses/timestamps, semicolon-joined) or a JSON body for another provider — without this module knowing anything about HTTP or JSON.

Constructors

Link copied to clipboard
constructor(points: List<MatchPoint>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard