UNPKG

@goparrot/geocoder

Version:

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

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