UNPKG

@goparrot/geocoder

Version:

TypeScript GeoCoder, node geocoding library, supports google maps, mapquest, here, open street map, tom tom

6 lines (5 loc) 227 B
import type { AxiosInstance } from 'axios'; import { AbstractHttpProvider } from '../../model'; export declare class MapQuestProvider extends AbstractHttpProvider { constructor(httpClient: AxiosInstance, apiKey: string); }