Google.KML.gePoint.gePoint C# (CSharp) 메소드

gePoint() 공개 메소드

public gePoint ( geCoordinates coordinates ) : System
coordinates geCoordinates
리턴 System
        public gePoint(geCoordinates coordinates)
        {
            Coordinates = coordinates;
        }