A point at the specified WGS84 coordinates. More...
Public Member Functions | |
| GlobalPoint (this.latitude, this.longitude) | |
| Default constructor. | |
Public Attributes | |
| double | latitude |
| point's latitude. | |
| double | longitude |
| point's longitude. | |
A point at the specified WGS84 coordinates.
Referenced from GeometryUtils, NavigationManager, Position, Sublocation.
Dart code snippet:
Definition at line 24 of file global_point.dart.
| GlobalPoint.GlobalPoint | ( | this. | latitude, |
| this. | longitude ) |
Default constructor.
| double GlobalPoint.latitude |
| double GlobalPoint.longitude |