Device Location Geotrigger Feed

A Geotrigger feed which uses the device location to provide updates.

Referenced by: Fence Geotrigger

Properties

Property Details
filterExpression An optional Arcade expression that controls whether a location update will be used by a geotrigger. For example, the expression could reject GPS updates with a poor horizontal accuracy. This expression uses the Location Update Constraint Arcade profile. The expression should return a Boolean where false indicates the location will not be used.
type String indicating the type of Geotrigger feed.
Valid value of this property deviceLocation

Device Location Example

{
  "type": "deviceLocation",
  "filterExpression": {
    "title": "Location filter",
    "expression": "return $locationupdate.horizontalaccuracy <= 20"
  }
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close