Constructs the GeoMapPath object
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);
GeoMapPath Class | Resco.Location.Services.Map Namespace