blob: 2d1d53b0c3f66e1503880b68628d69b225c7b87d (
plain) (
tree)
|
|
{
"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"
}
}
|