Enum ServiceData
Definition
- Assembly:
- Tizen.Maps.dll
Features available in the map service.
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. |