VelocityDB.geohash.WGS84Point.WGS84Point C# (CSharp) Method

WGS84Point() public method

public WGS84Point ( WGS84Point other ) : System
other WGS84Point
return System
    public WGS84Point(WGS84Point other) : this(other.m_latitude, other.m_longitude)
    {
    }

Same methods

WGS84Point::WGS84Point ( double latitude, double longitude ) : System