From 979a4e0686d753019dca7d18611a9cd862d20eb7 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 6 Jun 2011 19:13:27 +0200 Subject: add Google Maps services --- services/googlemaps/distancematrix.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 services/googlemaps/distancematrix.json (limited to 'services/googlemaps/distancematrix.json') diff --git a/services/googlemaps/distancematrix.json b/services/googlemaps/distancematrix.json new file mode 100644 index 0000000..37dd023 --- /dev/null +++ b/services/googlemaps/distancematrix.json @@ -0,0 +1,28 @@ +{ + "version" : "0.1", + "base_url" : "http://maps.googleapis.com/maps/api", + "methods" : { + "distancematrix" : { + "path" : "/distancematrix/:format", + "method" : "GET", + "required_params" : [ + "format", + "origins", + "destinations", + "sensor" + ], + "optional_params" : [ + "mode", + "language", + "avoid", + "units" + ] + } + }, + "authority" : "http://github.com/SPORE", + "name" : "Google Maps", + "meta" : { + "documentation" : "http://code.google.com/apis/maps/documentation/distancematrix/", + "module" : "Distance Matrix" + } +} -- cgit v1.2.3