Enum ServiceData

    Definition

    Namespace:
    Tizen.Maps
    Assembly:
    Tizen.Maps.dll

    Features available in the map service.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public enum ServiceData

    Fields

    Name Description
    PlaceAddress

    Indicates availability of address value in the place data.

    PlaceAttributes

    Indicates availability of place attribute list in the place data.

    PlaceCategories

    Indicates availability of place category list in the place data.

    PlaceContacts

    Indicates availability of place contact list in the place data.

    PlaceEditorials

    Indicates availability of place editorial list in the place data.

    PlaceImage

    Indicates availability of place image in the place data.

    PlaceRating

    Indicates availability of rating value in the place data.

    PlaceRelated

    Indicates availability of a related place link in the place data.

    PlaceReviews

    Indicates availability of place review list in the place data.

    PlaceSupplier

    Indicates availability of place supplier link value in the place data.

    RoutePath

    Indicates that the route data structure is defined as a path (a list of geographical coordinates).

    RouteSegmentsManeuvers

    Indicates that the route data structure is defined as a list of segments while each segment is defined as a list of maneuvers.

    RouteSegmentsPath

    Indicates that the route data structure is defined as a list of segments while each segment is defined as a path.

    ViewBuilding

    Indicates availability of 3D building drawable on the map.

    ViewPublicTransit

    Indicates availability of public transit information on the map.

    ViewScaleBar

    Indicates availability of scale bar on the map.

    ViewTraffic

    Indicates availability of traffic information on the map.

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