diff options
Diffstat (limited to 'services/googlemaps/elevation.json')
| -rw-r--r-- | services/googlemaps/elevation.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/services/googlemaps/elevation.json b/services/googlemaps/elevation.json new file mode 100644 index 0000000..0e3f029 --- /dev/null +++ b/services/googlemaps/elevation.json @@ -0,0 +1,31 @@ +{ + "version" : "0.1", + "base_url" : "http://maps.googleapis.com/maps/api", + "methods" : { + "elevation" : { + "path" : "/elevation/:format", + "method" : "GET", + "required_params" : [ + "format", + "locations", + "sensor" + ] + }, + "elevation_path" : { + "path" : "/elevation/:format", + "method" : "GET", + "required_params" : [ + "format", + "path", + "samples", + "sensor" + ] + } + }, + "authority" : "http://github.com/SPORE", + "name" : "Google Maps", + "meta" : { + "documentation" : "http://code.google.com/apis/maps/documentation/elevation/", + "module" : "Elevation" + } +} |
