Position

data class Position(val spatialReference: SpatialReference, val x: String, val y: String, val z: String)

Constructors

Link copied to clipboard
constructor(spatialReference: SpatialReference, x: String, y: String, z: String)

Properties

Link copied to clipboard
Link copied to clipboard
val x: String
Link copied to clipboard
val y: String
Link copied to clipboard
val z: String