diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2011-06-06 19:13:27 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2011-06-06 19:13:27 +0200 |
| commit | 979a4e0686d753019dca7d18611a9cd862d20eb7 (patch) | |
| tree | 0b79e9143d5c564568f8802ff43062ccf18c8f5d /services/googlemaps/directions.json | |
| parent | add Google Page Speed Online service (diff) | |
| download | api-description-979a4e0686d753019dca7d18611a9cd862d20eb7.tar.gz | |
add Google Maps services
Diffstat (limited to '')
| -rw-r--r-- | services/googlemaps/directions.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/services/googlemaps/directions.json b/services/googlemaps/directions.json new file mode 100644 index 0000000..2d1d53b --- /dev/null +++ b/services/googlemaps/directions.json @@ -0,0 +1,31 @@ +{ + "version" : "0.1", + "base_url" : "http://maps.googleapis.com/maps/api", + "methods" : { + "directions" : { + "path" : "/directions/:format", + "method" : "GET", + "required_params" : [ + "format", + "origin", + "destination", + "sensor" + ], + "optional_params" : [ + "mode", + "waypoints", + "alternatives", + "avoid", + "units", + "region", + "language" + ] + } + }, + "authority" : "http://github.com/SPORE", + "name" : "Google Maps", + "meta" : { + "documentation" : "http://code.google.com/apis/maps/documentation/directions/", + "module" : "Directions" + } +} |
