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

geLineString() 공개 메소드

public geLineString ( List coordinates ) : System
coordinates List
리턴 System
        public geLineString(List<geCoordinates> coordinates)
        {
            Coordinates = coordinates;
        }