The capabilities of a tasks/geocoding/Geocoder!Geocoder.

interface GeocoderCapabilities {
    maxResults: number;
    supportsAdd: boolean;
    supportsAttachmentEditing: boolean;
    supportsBatch: boolean;
    supportsDelete: boolean;
    supportsEditing: boolean;
    supportsReverse: boolean;
    supportsSuggest: boolean;
    supportsUpdate: boolean;
}

Hierarchy (view full)

Properties

maxResults: number

The maximum number of results that can be returned from geocode operations.

supportsAdd: boolean

Whether creation of features is supported.

supportsAttachmentEditing: boolean

Whether modification of attachments on features is supported.

supportsBatch: boolean

Indicates whether the geocode operation supports the batchGeocode operation.

supportsDelete: boolean

Whether deleting features is supported.

supportsEditing: boolean

Whether feature editing is supported.

supportsReverse: boolean

Indicates whether the geocode operation supports the reverseGeocode operation.

supportsSuggest: boolean

Indicates whether the geocode operation supports the suggest operation.

supportsUpdate: boolean

Whether updating features is supported.