UNPKG

@goparrot/geocoder

Version:

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

7 lines (6 loc) 229 B
import type { GoogleMapsQueryInterface } from './google-maps-query.interface'; export interface GoogleMapsGeocodeQueryInterface extends GoogleMapsQueryInterface { address: string; components: string; limit: number; }