IPoint

Interface

A simple point geometry, with spatial reference defined.

IPoint can also be imported from the following packages:

Use dark colors for code blocksCopy
1
2
import { IPoint } from "@esri/arcgis-rest-routing";
import { IPoint } from "@esri/arcgis-rest-geocoding";
Inheritance: IPointIHasZMIGeometry

Properties

Hide inherited properties
PropertyType
hasM
inherited
boolean
hasZ
inherited
boolean
number
number
number

hasM

optionalinherited
Interface Property
hasM: boolean
Inherited from IHasZM.hasM

hasZ

optionalinherited
Interface Property
hasZ: boolean
Inherited from IHasZM.hasZ

spatialReference

optionalinherited
Interface Property
spatialReference: ISpatialReference

x

Interface Property
x: number

y

Interface Property
y: number

z

optional
Interface Property
z: number

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.