UNPKG

@goparrot/geocoder

Version:

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

12 lines (11 loc) 203 B
export interface HereQueryInterface { app_id: string; app_code: string; gen: number; language: string; /** * limit */ maxresults?: number; additionaldata: string; }