Search Results for

    Show / Hide Table of Contents

    Enum ServiceRequestType

    Definition

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

    Service requests available in the maps service.

    public enum ServiceRequestType

    Fields

    Name Description
    Geocode

    Indicates the service request to get position Tizen.Maps.Geocoordinates for a given free-formed address string is allowed.

    GeocodeByStructuredAddress

    Indicates that service request to get position Tizen.Maps.Geocoordinates for a given Tizen.Maps.PlaceAddress is allowed.

    GeocodeInsideArea

    Indicates that service request to get position Tizen.Maps.Geocoordinates for a given address, within the specified bounding Tizen.Maps.Area, is allowed.

    MultiReverseGeocode

    Indicates that service request to get Tizen.Maps.PlaceAddress for a given Tizen.Maps.GeocoordinatesList is allowed.

    ReverseGeocode

    Indicates that service request to get Tizen.Maps.PlaceAddress for a given Tizen.Maps.Geocoordinates is allowed.

    SearchGetPlaceDetails

    Indicates that service request to get detailed Tizen.Maps.Place information for a given Tizen.Maps.PlaceList is allowed.

    SearchPlace

    Indicates that service request to query Tizen.Maps.Place information for a given Tizen.Maps.Geocoordinates is allowed.

    SearchPlaceByAddress

    Indicates that service request to query Tizen.Maps.Place information for a given free-formed address string is allowed.

    SearchPlaceByArea

    Indicates that service request to query Tizen.Maps.Place information for a given Tizen.Maps.Area is allowed.

    SearchPlaceList

    Indicates that service request to query Tizen.Maps.Place information list for all places in a given Tizen.Maps.Area is allowed.

    SearchRoute

    Indicates that service request to query Tizen.Maps.Route information from a given origin Tizen.Maps.Geocoordinates and destination Tizen.Maps.Geocoordinates is allowed.

    SearchRouteWithWaypoints

    Indicates that service request to query Tizen.Maps.Route information passing through specified way-points Tizen.Maps.GeocoordinatesList is allowed.

    View

    Indicates that map view service is allowed.

    ViewSnapshot

    Indicates that map view snapshot service is allowed.

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