UNPKG

@itwin/geo-tools-react

Version:
15 lines 737 B
import type { MapCartoRectangle } from "@itwin/core-frontend"; import type { GeoCoder, AddressProvider, AddressData, AddressProviderViewContext } from "./AddressProvider"; export declare class BingAddressProvider implements AddressProvider { private _radius; private _maxResults; private _entityTypes; private _bingKey; readonly hasAddressIds = false; supportsAddressLocation(): this is GeoCoder; isDisabled(_context: AddressProviderViewContext): boolean; constructor(radius?: number, maxResults?: number, entityTypes?: string[]); private getSuggestionsRequest; getSuggestions(query: string, viewRect: MapCartoRectangle): Promise<AddressData[]>; } //# sourceMappingURL=BingAddressProvider.d.ts.map