WGS84Coordinate

WGS84 coordinate.

Constructors

this
this(T latitude, T longitude)

Construct from latitude and longitude.

this
this(const(char)[] s, string separator)

Construct from string s and separator separator.

Members

Functions

toString
auto toString(void delegate(scope const(char)[]) @(safe) sink)

Convert to string.

Variables

latitude
T latitude;
Undocumented in source.
longitude
T longitude;
Undocumented in source.

See Also

Meta