interface LocationToAddressParamsCompat {
    location?: unknown;
    locationSearchRadius?: number;
    locationType?: string;
    outFields?: string | readonly string[];
    outSpatialReference?: number | LocatorSpatialReferenceLike;
}

Properties

location?: unknown
locationSearchRadius?: number

ArcGIS search radius in meters — unsupported by the provider contract.

locationType?: string

ArcGIS rooftop/street-side selector — unsupported by the provider contract.

outFields?: string | readonly string[]
outSpatialReference?: number | LocatorSpatialReferenceLike