WGS84Coordinate.this

Construct from string s and separator separator.

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

Meta