WGS84Coordinate.this

Construct from latitude and longitude.

  1. this(T latitude, T longitude)
    struct WGS84Coordinate(T = double)
    @safe pure nothrow @nogc
    this
    if (
    isFloatingPoint!T
    )
  2. this(const(char)[] s, string separator)

Meta