MobileForms Toolkit Documentation

GeoMapPath Constructor

Constructs the GeoMapPath object

Overload List

Default constructor of the GeoMapPath class.

public GeoMapPath();

Constructs the GeoMapPath object

public GeoMapPath(GeoPolyline);

Constructs the GeoMapPath object

public GeoMapPath(GeoRouteResult);

Constructs the GeoMapPath object and sets the path represented as an enumerable object containing the GeoPoint derived objects.

public GeoMapPath(IEnumerable);

See Also

GeoMapPath Class | Resco.Location.Services.Map Namespace