dd743a00 by ex

查看Android的GPS

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