neutrino-geocode-reverse
Convert geographic coordinates to physical addresses with the Neutrino API service.
neutrino-geocode-reverse [profile=PROFILE] latitude=LATITUDE longitude=LONGITUDE [zoom=ZOOM]
- profile=PROFILE
- Connect profile code of Neutrino API
- latitude=LATITUDE
- The location latitude in decimal degrees format
- longitude=LONGITUDE
- The location longitude in decimal degrees format
- zoom=ZOOM
- Specify address, street, city, state, or country.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Connect profile code of Neutrino API |
found | Bool | Found | |
latitude | Double | Latitude | e.g. 37.56678925 |
longitude | Double | Longitude | e.g. 126.97842039866163 |
address | String | Address | |
town | String | Town | e.g. Jung-gu |
road | String | Road | e.g. Sejong-daero 20-gil |
amenity | String | Amenity | e.g. Seoul City Hall |
suburb | String | Suburb | e.g. Myeong-dong |
house_number | String | House number | e.g. 110 |
city | String | City | e.g. Seoul |
state | String | State | |
region_code | String | Region code | e.g. 11 |
country | String | Country | e.g. South Korea |
country_code | String | Country code | e.g. KR |
country_code3 | String | Country code3 | e.g. KOR |
currency | String | Currency | e.g. KRW |
postal_code | String | Postal code | e.g. 04523 |
location_type | String | Location type | e.g. address, street, city, postal-code, railway, natural, island, administrative |
tags | String | Tags |