Enum ServiceRequestType
Definition
- Assembly:
- Tizen.Maps.dll
Service requests available in the maps service.
[Obsolete("Deprecated since API11. Might be removed in API13.")]
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. |