Point
Point =
object
Defined in: src/ExpoArcgis.types.ts:1015
A point geometry — x is longitude and y is latitude in a geographic spatial
reference. Mirrors the native Point(x:y:spatialReference:).
Properties
Section titled “Properties”spatialReference?
Section titled “spatialReference?”
optionalspatialReference?:SpatialReference
Defined in: src/ExpoArcgis.types.ts:1021
Coordinate system WKID. Defaults to 4326 (WGS84).
x:
number
Defined in: src/ExpoArcgis.types.ts:1016
y:
number
Defined in: src/ExpoArcgis.types.ts:1017
optionalz?:number
Defined in: src/ExpoArcgis.types.ts:1019
Altitude in meters. Used by 3D scenes (camera position, elevated geometries).