Interface
A simple point geometry, with spatial reference defined.
IPoint can also be imported from the following packages:
import { IPoint } from "@esri/arcgis-rest-routing";
import { IPoint } from "@esri/arcgis-rest-geocoding";Properties
| Property | Type | 
|---|---|
| hasMinherited | boolean | 
| hasZinherited | boolean | 
| spatialReferenceinherited | ISpatialReference | 
| x | number | 
| y | number | 
| z | number | 
hasM
optionalinherited
Interface PropertyhasM: booleanInherited from IHasZM.hasM
hasZ
optionalinherited
Interface PropertyhasZ: booleanInherited from IHasZM.hasZ
spatialReference
optionalinherited
Interface PropertyspatialReference: ISpatialReferenceInherited from IGeometry.spatialReference