UNPKG

@goparrot/geocoder

Version:

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

11 lines (10 loc) 226 B
/** * Must be sorted from maximum to minimum accuracy */ export declare enum AccuracyEnum { HOUSE_NUMBER = "houseNumber", STREET_NAME = "streetName", CITY = "city", STATE = "state", COUNTRY = "country" }