MatchablePoint

fun MatchablePoint(    roadObjectId: String,     point: Point,     bearing: Double? = null)

Parameters

roadObjectId

unique id of the object

point

point representing the object

bearing

optional bearing in degrees from the North. Describes the direction of riding for the edge where provided point is going to be matched.