UNPKG

@goparrot/geocoder

Version:

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

8 lines (7 loc) 363 B
import type { ArcgisQueryInterface } from './arcgis-query.interface'; export interface ArcgisReverseQueryInterface extends ArcgisQueryInterface { location: string; featureTypes?: 'StreetInt' | 'DistanceMarker' | 'StreetAddress' | 'POI' | 'PointAddress' | 'Postal' | 'Locality' | string; maxLocations: number; locationType: 'rooftop' | 'street'; }