summaryrefslogtreecommitdiff
path: root/services/googlemaps/directions.json
diff options
context:
space:
mode:
Diffstat (limited to 'services/googlemaps/directions.json')
-rw-r--r--services/googlemaps/directions.json31
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"
+ }
+}