UNPKG

@goparrot/geocoder

Version:

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

10 lines (9 loc) 292 B
import type { MapQuestQueryInterface } from './map-quest-query.interface'; export interface MapQuestGeocodeQueryInterface extends MapQuestQueryInterface { maxResults: number; location: string; thumbMaps: boolean; outFormat: string; country?: string; state?: string; }