TTMSFNCRouteCalculatorOptions Class
Configures route calculation behavior and route rendering.
API unit family: TMSFNCRoutecalculator
Inherits from: TPersistent
Syntax
TTMSFNCRouteCalculatorOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AvoidTolls | When True, toll roads are avoided when calculating routes. |
| HistoryEnabled | When True, route editing operations are recorded for undo. |
| IncludeAlternativeRoutes | When True, alternative routes are requested. |
| Locale | Specifies the locale string sent to service requests. |
| LocaleMode | Specifies how the locale string is interpreted. |
| Polyline | Returns the route or segment polyline coordinates. |
| TravelMode | Specifies the travel mode used for route calculation. |