Class RouteSearchRequest
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Routes the search request for Tizen map service requests.
C#Copypublic class RouteSearchRequest : MapServiceRequest<Route>, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Properties
View Source
Waypoints
Gets or sets a list of way-points to cover between the origin and destination.
Declaration
C#Copypublic IEnumerable<Geocoordinates> Waypoints { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Geocoordinates> |
API Level: 3
Implements
System.IDisposable