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.
Definition at line 19 of file global_point.dart.
GlobalPoint.GlobalPoint | ( | this. | latitude, |
this. | longitude ) |
Default constructor.
double GlobalPoint.latitude |
point's latitude.
Definition at line 25 of file global_point.dart.
double GlobalPoint.longitude |
point's longitude.
Definition at line 29 of file global_point.dart.