Enum ServiceRequestType
Definition
- 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 Geocoordinates for a given free-formed address string is allowed. |
GeocodeByStructuredAddress | Indicates that service request to get position Geocoordinates for a given PlaceAddress is allowed. |
GeocodeInsideArea | Indicates that service request to get position Geocoordinates for a given address, within the specified bounding Area, is allowed. |
MultiReverseGeocode | Indicates that service request to get PlaceAddress for a given Tizen.Maps.GeocoordinatesList is allowed. |
ReverseGeocode | Indicates that service request to get PlaceAddress for a given Geocoordinates is allowed. |
SearchGetPlaceDetails | Indicates that service request to get detailed Place information for a given Tizen.Maps.PlaceList is allowed. |
SearchPlace | Indicates that service request to query Place information for a given Geocoordinates is allowed. |
SearchPlaceByAddress | Indicates that service request to query Place information for a given free-formed address string is allowed. |
SearchPlaceByArea | Indicates that service request to query Place information for a given Area is allowed. |
SearchPlaceList | Indicates that service request to query Place information list for all places in a given Area is allowed. |
SearchRoute | Indicates that service request to query Route information from a given origin Geocoordinates and destination Geocoordinates is allowed. |
SearchRouteWithWaypoints | Indicates that service request to query 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. |