UNPKG

@goparrot/geocoder

Version:

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

6 lines (5 loc) 213 B
import type { PlaceDetailsQueryInterface } from '../interface'; import { Query } from './query'; export declare class PlaceDetailsQuery extends Query implements PlaceDetailsQueryInterface { placeId: string; }