TTMSFNCRouteCalculatorPolylineOptions Class
Configures marker images and line appearance for calculated routes.
API unit family: TMSFNCRoutecalculator
Inherits from: TPersistent
Syntax
TTMSFNCRouteCalculatorPolylineOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AddWayPointMarker | Specifies the marker image used for adding route waypoints. |
| EndMarker | Specifies the marker image used for a route end point. |
| SelectedStrokeColor | Specifies the stroke color used for a selected route. |
| SelectedWayPointMarker | Specifies the marker image used for a selected waypoint. |
| StartMarker | Specifies the marker image used for a route start point. |
| StrokeColor | Specifies the line stroke color. |
| StrokeOpacity | Specifies the line stroke opacity. |
| StrokeWidth | Specifies the line stroke width in pixels. |
| WayPointMarker | Specifies the marker image used for route waypoints. |