Constructs an instance of the GeoPolyline object and sets the path represented as an encoded polyline string.
Constructs an instance of the GeoPolyline object and sets the path represented as an enumerable object containing the GeoPoint derived objects.
public GeoPolyline(IEnumerable);
Constructs an instance of the GeoPolyline object and sets the path represented as an encoded polyline string.
public GeoPolyline(string);
GeoPolyline Class | Resco.Location Namespace