Loading...
Searching...
No Matches
GlobalPoint Class Reference

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.
 

Detailed Description

A point at the specified WGS84 coordinates.

Referenced from GeometryUtils, NavigationManager, Position, Sublocation.

Definition at line 19 of file global_point.dart.

Constructor & Destructor Documentation

◆ GlobalPoint()

GlobalPoint.GlobalPoint ( this. latitude,
this. longitude )

Default constructor.

Member Data Documentation

◆ latitude

double GlobalPoint.latitude

point's latitude.

Definition at line 25 of file global_point.dart.

◆ longitude

double GlobalPoint.longitude

point's longitude.

Definition at line 29 of file global_point.dart.


The documentation for this class was generated from the following file: