Point
Point =
object
Defined in: src/ExpoArcgis.types.ts:1048
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:1054
Coordinate system WKID. Defaults to 4326 (WGS84).
x:
number
Defined in: src/ExpoArcgis.types.ts:1049
y:
number
Defined in: src/ExpoArcgis.types.ts:1050
optionalz?:number
Defined in: src/ExpoArcgis.types.ts:1052
Altitude in meters. Used by 3D scenes (camera position, elevated geometries).