AdditionalDataResult

fun AdditionalDataResult(    providerId: String,     error: String?,     geometryData: GeoJsonObject?)

Parameters

providerId

The ID of the returned entity.

error

The reason for the failure to obtain data for this provider.

geometryData

The GeoJSON geometry data. Only present if an "error" is not present.

Important: This is a Public Preview API. It may be changed or removed at any time.