SnapRequest

constructor(locations: List<List<Double>>, radius: Int, id: String? = null)

Parameters

locations

List of lon, lat coordinates to snap.

radius

Maximum radius (meters) around given coordinates to search for graph edges.

id

Optional client-provided identifier.