Comment
This commit is contained in:
parent
43882c94d9
commit
f0df1e4481
@ -2683,18 +2683,18 @@ class Saisie extends Scores_Ws_Server
|
||||
/**
|
||||
* http://maps.googleapis.com/maps/api/elevation/json?locations=39.7391536,-104.9847034
|
||||
*{
|
||||
"results" : [
|
||||
{
|
||||
"elevation" : 1608.637939453125,
|
||||
"location" : {
|
||||
"lat" : 39.73915360,
|
||||
"lng" : -104.98470340
|
||||
},
|
||||
"resolution" : 4.771975994110107
|
||||
}
|
||||
],
|
||||
"status" : "OK"
|
||||
}
|
||||
"results" : [
|
||||
{
|
||||
"elevation" : 1608.637939453125,
|
||||
"location" : {
|
||||
"lat" : 39.73915360,
|
||||
"lng" : -104.98470340
|
||||
},
|
||||
"resolution" : 4.771975994110107
|
||||
}
|
||||
],
|
||||
"status" : "OK"
|
||||
}
|
||||
*/
|
||||
'alt' => $altitude,
|
||||
'precis' => $precision,
|
||||
|
Loading…
Reference in New Issue
Block a user