dataservices-api/interface.yaml

54 lines
1.2 KiB
YAML
Raw Normal View History

2015-11-19 01:38:06 +08:00
---
- name: geocode_admin0_polygon
return_type: Geometry
params:
- { name: country_name, type: text }
- name: geocode_admin1_polygon
return_type: Geometry
params:
- { name: admin1_name, type: text }
- name: geocode_admin1_polygon
return_type: Geometry
params:
- { name: admin1_name, type: text }
2015-11-19 02:04:54 +08:00
- { name: country_name, type: text }
- name: geocode_namedplace_point
return_type: Geometry
params:
- { name: city_name, type: text}
- name: geocode_namedplace_point
return_type: Geometry
params:
- { name: city_name, type: text}
- { name: country_name, type: text}
- name: geocode_namedplace_point
return_type: Geometry
params:
- { name: city_name, type: text}
- { name: admin1_name, type: text}
- { name: country_name, type: text}
2015-11-19 02:04:54 +08:00
- name: geocode_postalcode_polygon
return_type: Geometry
params:
- { name: postal_code, type: text}
- { name: country_name, type: text}
- name: geocode_postalcode_point
return_type: Geometry
params:
- { name: postal_code, type: text}
- { name: country_name, type: text}
- name: geocode_ipaddress_point
return_type: Geometry
params:
- { name: ip_address, type: text}