UNPKG

@goparrot/geocoder

Version:

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

7 lines (6 loc) 125 B
export interface MapQuestQueryInterface { /** * A valid and authorized MapQuest API key. */ key: string; }