UNPKG

@goparrot/geocoder

Version:

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

5 lines (4 loc) 169 B
import type { HereQueryInterface } from './here-query.interface'; export interface HerePlaceDetailsQueryInterface extends HereQueryInterface { locationid: string; }