GeocodingBatchResponseItemOutput interface

Properties

error

The error detail.

features
nextLink

The is the link to the next page of the features returned. If it's the last page, no this field.

optionalId

id of the batchItem which would be the same as the id in the request

type

The type of a FeatureCollection object must be FeatureCollection.

Property Details

error

The error detail.

error?: ErrorDetailOutput

Property Value

features

features?: FeaturesItemOutput[]

Property Value

The is the link to the next page of the features returned. If it's the last page, no this field.

nextLink?: string

Property Value

string

optionalId

id of the batchItem which would be the same as the id in the request

optionalId?: string

Property Value

string

type

The type of a FeatureCollection object must be FeatureCollection.

type?: "FeatureCollection"

Property Value

"FeatureCollection"