IApplicationProperties

Interface

The applicationProperties object is one of the objects at the top level of the JSON web map JSON schema. This is responsible for containing the viewing and editing properties of the web map. There are specific objects within this object that are applicable only to Collector and are explained within the property descriptions.

Properties

Property Type Notes
editing Optional IEditingProperties | null

If locationTracking is set and enabled, the Collector application will update the feature service at the defined interval with the current location of the user logged into the Collector app.

offline Optional IOfflineInfo | null

Use if working with offline maps.

viewing Optional IViewingInfo | null

An object containing all the viewing properties of the web map. If this is null or not defined, the client should assume a logical default.


Interface defined in packages/arcgis-rest-types/src/webmap.ts:562