| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 library location_mojom; | 5 library location_mojom; |
| 6 import 'package:mojo/bindings.dart' as bindings; | 6 import 'package:mojo/bindings.dart' as bindings; |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 map["longitude"] = longitude; | 242 map["longitude"] = longitude; |
| 243 map["altitude"] = altitude; | 243 map["altitude"] = altitude; |
| 244 map["bearing"] = bearing; | 244 map["bearing"] = bearing; |
| 245 map["accuracy"] = accuracy; | 245 map["accuracy"] = accuracy; |
| 246 return map; | 246 return map; |
| 247 } | 247 } |
| 248 } | 248 } |
| 249 | 249 |
| 250 | 250 |
| 251 | 251 |
| 252 | |
| 253 | |
| 254 | |
| OLD | NEW |