MobileForms Toolkit Documentation

GeoMap.SetPath Method

Sets the the path that should be highlighted on a map by a list of points defined as a GeoPolyline object.

Overload List

Sets the the path that should be highlighted on a map by a list of points defined as a GeoPolyline object.

public void SetPath(GeoPolyline,Color,Color,int);

Sets the the path that should be highlighted on a map by a result of the Resco.Location.Services.GeoRoute request.

public void SetPath(GeoRouteResult,Color,Color,int);

See Also

GeoMap Class | Resco.Location.Services.Map Namespace | ServiceProvider