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