WayPoint

data class WayPoint(val x: String, val y: String, val type: String = "dc:Point")(source)

Constructors

Link copied to clipboard
constructor(x: String, y: String, type: String = "dc:Point")

Properties

Link copied to clipboard
@XmlSerialName(value = "type", namespace = "http://www.w3.org/2001/XMLSchema-instance", prefix = "xsi")
val type: String
Link copied to clipboard
val x: String
Link copied to clipboard
val y: String