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