SYPrimaryRequest Class Reference

Primary route compute request with completion and progress blocks. More...

#import <SYRouting.h>

Inheritance diagram for SYPrimaryRequest:
Collaboration diagram for SYPrimaryRequest:

Instance Methods

(nonnull instancetype) - initWithRequest:progress:completion:
 
((unavailable("Use initWithRequest: instead.") - __attribute__
 

Class Methods

((unavailable("Use initWithRequest: instead.") + __attribute__
 

Properties

SYRouteRequestrequest
 
RouteComputedBlock completion
 
RouteProgressBlock progress
 

Detailed Description

Primary route compute request with completion and progress blocks.

Method Documentation

◆ initWithRequest:progress:completion:

- (nonnull instancetype) initWithRequest: (nonnull SYRouteRequest *)  request
progress: (nullable RouteProgressBlock)  progress
completion: (init(_:progress:completion:))  NS_SWIFT_NAME 

◆ __attribute__ [1/2]

- ((unavailable("Use) initWithRequest:

◆ __attribute__ [2/2]

+ ((unavailable("Use) initWithRequest:

Property Documentation

◆ request

- (SYRouteRequest*) request
readwritenonatomicstrong

◆ completion

- (RouteComputedBlock) completion
readwritenonatomiccopy

◆ progress

- (RouteProgressBlock) progress
readwritenonatomiccopy

The documentation for this class was generated from the following file: