Collection of maneuvers and roadElements connecting two or more waypoints. Waypoints may be thought of as the input to a route calculation whereas maneuvers are the results of calculating a route. More...
#import <SYRouting.h>


Instance Methods | |
| (nonnull NSSet< NSNumber * > *) | - availableAvoidsInCountry: | 
| Returns set of road avoids available in specified country.  More... | |
| (void) | - getRoadElementsWithCompletion: | 
| The SYRoadElements on the route.  More... | |
| (instancetype) | - initWithSdkRoute: [implementation] | 
Properties | |
| SYRouteInfo * | info | 
| Basic route info.  More... | |
| NSArray< SYManeuver * > * | maneuvers | 
| The SYManeuvers on the route.  More... | |
| NSArray< SYCountryIso * > * | transitCountries | 
| Returns route's transit countries iso codes.  More... | |
| SYRouteViolatedAvoidOptions * | optionsViolation | 
| The routing options violation for both global route options and per-country options.  More... | |
| SYRoutingOptions * | options | 
| The routing options. Check the available SYRoutingOptions.  More... | |
| SYGeoBoundingBox * | box | 
| The smallest SYGeoBoundingBox that contains the entire route.  More... | |
| NSArray< SYWaypoint * > * | waypoints | 
| List of SYWaypoints on the route.  More... | |
| Sygic::Router::RoutePtr | sdkRoutePtr [implementation] | 
Collection of maneuvers and roadElements connecting two or more waypoints. Waypoints may be thought of as the input to a route calculation whereas maneuvers are the results of calculating a route.
| - (nonnull NSSet<NSNumber*>*) availableAvoidsInCountry: | (nonnull SYCountryIso *) | country | 
Returns set of road avoids available in specified country.
| - (void) getRoadElementsWithCompletion: | (nonnull void(^)(NSArray< SYRoadElement * > *_Nonnull)) | completion | 
The SYRoadElements on the route.
      
  | 
  implementation | 
      
  | 
  readnonatomicassign | 
The smallest SYGeoBoundingBox that contains the entire route.
      
  | 
  readnonatomicassign | 
Basic route info.
      
  | 
  readnonatomicassign | 
The SYManeuvers on the route.
      
  | 
  readnonatomicassign | 
The routing options. Check the available SYRoutingOptions.
      
  | 
  readnonatomicassign | 
The routing options violation for both global route options and per-country options.
      
  | 
  readwritenonatomicassignimplementation | 
      
  | 
  readnonatomicassign | 
Returns route's transit countries iso codes.
      
  | 
  readnonatomicassign | 
List of SYWaypoints on the route.