SYAlternativeRequest Class Reference

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

#import <SYRouting.h>

Inheritance diagram for SYAlternativeRequest:
Collaboration diagram for SYAlternativeRequest:

Instance Methods

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

Class Methods

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

Properties

SYRoutingAlternativeType type
 
RouteComputedBlock completion
 
RouteProgressBlock progress
 

Detailed Description

Alternative route compute request with completion and progress blocks.

Method Documentation

◆ initWithType:progress:completion:

- (nonnull instancetype) initWithType: (SYRoutingAlternativeType)  type
progress: (nullable RouteProgressBlock)  progress
completion: (init(_:progress:completion:))  NS_SWIFT_NAME 

◆ __attribute__ [1/2]

- ((unavailable("Use) initWithType:

◆ __attribute__ [2/2]

+ ((unavailable("Use) initWithType:

Property Documentation

◆ type

- (SYRoutingAlternativeType) type
readwritenonatomicassign

◆ completion

- (RouteComputedBlock) completion
readwritenonatomiccopy

◆ progress

- (RouteProgressBlock) progress
readwritenonatomiccopy

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