geoEqual
Determines if two GeoJSON features are the same type and have identical X,Y coordinate values. For more information see https://developers.arcgis.com/documentation/spatial-references/. Returns a Boolean.
Syntax
geoEqual(geo1, geo2)
Parameters
Parameter
Description
geo1
Required. GeoJSON geometry or feature.
geo2
Required. GeoJSON geometry or feature.
Example
Find HarperDB Headquarters within all locations within the database.
Last updated