phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
WGS84Coordinate.this
nxt
geodetic
WGS84Coordinate
Construct from
latitude
and
longitude
.
this
(T latitude, T longitude)
struct
WGS84Coordinate
(T = double)
@
safe
pure nothrow @
nogc
this
(
T
latitude
,
T
longitude
)
if
(
isFloatingPoint
!
T
)
this
(const(char)[] s, string separator)
Meta
Source
See Implementation
nxt
geodetic
WGS84Coordinate
constructors
this
functions
toString
variables
latitude
longitude
Construct from latitude and longitude.