LineString Constructor (LatLon) |
Namespace: Telogis.GeoBase.Geometry
// Create a LineString from an array of LatLon points Telogis.GeoBase.Geometry.LineString newLineFromArray = new Telogis.GeoBase.Geometry.LineString( new Telogis.GeoBase.LatLon[] { new Telogis.GeoBase.LatLon(33.678360,-117.917855), new Telogis.GeoBase.LatLon(33.657180,-117.875393), new Telogis.GeoBase.LatLon(33.640147,-117.917845)} );