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