Enum RouteOptimization
Definition
- Assembly:
- Tizen.Maps.dll
Allowed route optimization option used in route search requests.
public enum RouteOptimization
Remarks
Depending on the loaded maps plug-in using MapService, some features might have no effect or differences with the descriptions.
Fields
| Name | Description |
|---|---|
| DirectDrive | Indicates searching for the direct drive routes. |
| Economic | Indicates searching for the most economic routes (car mode only). |
| Fastest | Indicates searching for the fastest routes. |
| FastestNow | Indicates searching for most the fastest routes now, based on the current traffic condition. |
| Scenic | Indicates searching for the most scenic routes. |
| Shortest | Indicates searching for the shortest routes (car mode only). |