MobileForms Toolkit Documentation

GeoPolyline Constructor

Constructs an instance of the GeoPolyline object and sets the path represented as an encoded polyline string.

Overload List

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);

See Also

GeoPolyline Class | Resco.Location Namespace