VelocityDB.geohash.WGS84Point.WGS84Point C# (CSharp) 메소드

WGS84Point() 공개 메소드

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

Same methods

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