SimplifiedRawPath

@JsonClass(generateAdapter = true)
data class SimplifiedRawPath(@Json(name = "points") val points: List<Point>)

Constructors

Link copied to clipboard
constructor(@Json(name = "points") points: List<Point>)

Properties

Link copied to clipboard

The points in the simplified raw path