UNPKG

@goparrot/geocoder

Version:

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

5 lines (4 loc) 149 B
import type { QueryInterface } from './query.interface'; export interface PlaceDetailsQueryInterface extends QueryInterface { placeId: string; }