SearchPolygonResult interface

An interface representing SearchPolygonResult.

Properties

error

Reason for the failure to obtain data for this provider. NOTE: This property will not be serialized. It can only be populated by the server.

geometryData

Geometry data in GeoJSON format. Please refer to RFC 7946 for details. Present only if "error" is not present.

providerID

ID of the returned entity NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

error

Reason for the failure to obtain data for this provider. NOTE: This property will not be serialized. It can only be populated by the server.

error?: string

Property Value

string

geometryData

Geometry data in GeoJSON format. Please refer to RFC 7946 for details. Present only if "error" is not present.

geometryData?: any

Property Value

any

providerID

ID of the returned entity NOTE: This property will not be serialized. It can only be populated by the server.

providerID?: string

Property Value

string