WGS84Coordinate.this

Undocumented in source.
  1. this(T latitude, T longitude)
  2. this(S s, Separator separator)
    struct WGS84Coordinate(T = double)
    @safe
    this
    (
    S
    Separator
    )
    (
    S s
    ,
    Separator separator = ` `
    )
    if (
    isSomeString!S, isSomeString!Separator
    )
    if (
    isFloatingPoint!T
    )

Meta