Enum RouteOptimization

    Definition

    Namespace:
    Tizen.Maps
    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).

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX