ILocation

Interface

ILocation can also be imported from the following packages:

import { ILocation } from "@esri/arcgis-rest-routing";
import { ILocation } from "@esri/arcgis-rest-geocoding";

Properties

Property Type Notes
lat Optional number
latitude Optional number
long Optional number
longitude Optional number
z Optional number

Interface defined in packages/arcgis-rest-types/src/geometry.ts:74