dd743a00 by ex

查看Android的GPS

1 parent 16c212e0
...@@ -93,7 +93,7 @@ AppClient.prototype.getGPS = function (jsonStr, callback) { ...@@ -93,7 +93,7 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
93 latitude = toNonExponential(latitude) 93 latitude = toNonExponential(latitude)
94 longitude = toNonExponential(longitude) 94 longitude = toNonExponential(longitude)
95 layer.open({ 95 layer.open({
96 content: latitude + ',' + longitude 96 content: latitude
97 }) 97 })
98 callback(toNonExponential(latitude), toNonExponential(longitude), responseCallback) 98 callback(toNonExponential(latitude), toNonExponential(longitude), responseCallback)
99 } 99 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!