Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a simple format for 2D or 3D positions to be transmitted in.

Hierarchy

  • MapPosition

Index

Properties

Properties

Optional spatialReference

spatialReference: SpatialReference

The {@link esri.SpatialReference} of the position. Describes the coordinate system that the point is represented in.

x

x: number

The x coordinate of the position.

y

y: number

The y coordinate of the position.

Optional z

z: number

The z coordinate of the position, if applicable.