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>


Public Types | |
| typedef void(^ | SYRouteGeometryGetterComplectionBlock) (NSArray< SYGeoCoordinate * > *_Nullable geometry) |
| Type of completion block for asynchronous getting of geometries with altitude. More... | |
Instance Methods | |
| (nonnull NSSet< NSNumber * > *) | - availableAvoidsInCountry: |
| Returns set of road avoids available in specified country. More... | |
| (SYEVProfile *profile) | - __deprecated_msg |
| The original SYEVProfile with which was route computed. Set only for EV route. More... | |
| (SYRoutingOptions *options) | - __deprecated_msg |
| The routing options. Check the available SYRoutingOptions. More... | |
| (void) | - getRouteElementsWithCompletion: |
| The SYRouteElements on the route. More... | |
| (void) | - getRouteGeometryWithAltitude:completion: |
| Provides an array of coordinates (with or without altitude) representing the geometry of the route through completion block. More... | |
| ("use getRouteGeometryWithAltitude instead.") | - __deprecated_msg |
| Returns an array of coordinates representing the geometry of the route. More... | |
| (nullable NSArray< SYGeoPolyline * > *) | - getPolylinesFromRouteSegments: |
| Converts an array of SYRouteSegment to the array of SYGeoPolyline. More... | |
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... | |
| SYRouteRequest * | request |
| The original SYRouteRequest with which was route computed. More... | |
| SYGeoBoundingBox * | box |
| The smallest SYGeoBoundingBox that contains the entire route. More... | |
| NSArray< SYWaypoint * > * | waypoints |
| List of SYWaypoints on the route. More... | |
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.
| - (typedef void(^ SYRouteGeometryGetterComplectionBlock) (NSArray< SYGeoCoordinate * > *_Nullable geometry)) |
Type of completion block for asynchronous getting of geometries with altitude.
| - (nonnull NSSet<NSNumber*>*) availableAvoidsInCountry: | (nonnull SYCountryIso *) | country |
Returns set of road avoids available in specified country.
| - (SYEVProfile* profile) __deprecated_msg | ("Use request instead") |
The original SYEVProfile with which was route computed. Set only for EV route.
| - (SYRoutingOptions* options) __deprecated_msg | ("Use request instead") |
The routing options. Check the available SYRoutingOptions.
| - (void) getRouteElementsWithCompletion: | (getRouteElements(completion:)) | NS_SWIFT_NAME |
The SYRouteElements on the route.
| - (void) getRouteGeometryWithAltitude: | (BOOL) | withAltitude | |
| completion: | (nonnull SYRouteGeometryGetterComplectionBlock) | completion | |
Provides an array of coordinates (with or without altitude) representing the geometry of the route through completion block.
| withAltitude | indicates that altitude information is requested |
| completion | callback to receive geometry. |
| - ("use getRouteGeometryWithAltitude instead.") __deprecated_msg |
Returns an array of coordinates representing the geometry of the route.
| - (nullable NSArray<SYGeoPolyline*>*) getPolylinesFromRouteSegments: | (nonnull NSArray< SYRouteSegment * > *) | routeSegments |
Converts an array of SYRouteSegment to the array of SYGeoPolyline.
|
readnonatomicassign |
Basic route info.
|
readnonatomicassign |
The SYManeuvers on the route.
|
readnonatomicassign |
Returns route's transit countries iso codes.
|
readnonatomicassign |
The routing options violation for both global route options and per-country options.
|
readnonatomicassign |
The original SYRouteRequest with which was route computed.
|
readnonatomicassign |
The smallest SYGeoBoundingBox that contains the entire route.
|
readnonatomicassign |
List of SYWaypoints on the route.