Enum RouteOptimization

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Allowed route optimization option used in route search requests.

C#
Copy
public enum RouteOptimization
Remarks

Depending on the loaded maps plug-in using MapService, some features might have no effect or differences with the descriptions.

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).