UNPKG

@goparrot/geocoder

Version:

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

5 lines (4 loc) 199 B
import type { SuggestQueryInterface } from '../interface'; import { GeocodeQuery } from './geocode-query'; export declare class SuggestQuery extends GeocodeQuery implements SuggestQueryInterface { }