Interface AddressToLocationsParamsCompat

interface AddressToLocationsParamsCompat {
    address?: string | LocatorAddressInputCompat;
    categories?: string | readonly string[];
    countryCode?: string;
    location?: unknown;
    magicKey?: string;
    maxLocations?: number;
    outFields?: string | readonly string[];
    outSpatialReference?: number | LocatorSpatialReferenceLike;
    searchExtent?: unknown;
}

Properties

address?: string | LocatorAddressInputCompat
categories?: string | readonly string[]

Unsupported by the provider contract; rejected under "strict".

countryCode?: string
location?: unknown

Proximity bias — unsupported by the provider contract.

magicKey?: string

Opaque suggestion handle — unsupported by the provider contract.

maxLocations?: number
outFields?: string | readonly string[]
outSpatialReference?: number | LocatorSpatialReferenceLike
searchExtent?: unknown

Result-window filter — unsupported by the provider contract.