UNPKG

@goparrot/geocoder

Version:

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

9 lines (8 loc) 225 B
import type { HereQueryInterface } from './here-query.interface'; export interface HereReverseQueryInterface extends HereQueryInterface { /** * @example "lat,lon,radius" */ prox: string; mode: string; }