MMKAutomotiveRouteOptions

@interface MMKAutomotiveRouteOptions : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKAutomotiveRouteOptions *)routeOptionsWithInitialAzimuth:(nullable NSNumber *)initialAzimuth
                                                          routesCount:(nullable NSNumber *)routesCount;

Properties

@property (nonatomic, copy, readwrite, nullable) NSNumber *initialAzimuth;
Optional field, can be nil

@property (nonatomic, copy, readwrite, nullable) NSNumber *routesCount;
Optional field, can be nil

Class methods

routeOptionsWithInitialAzimuth:routesCount:

+ (nonnull MMKAutomotiveRouteOptions *)routeOptionsWithInitialAzimuth:(nullable NSNumber *)initialAzimuth
                                                          routesCount:(nullable NSNumber *)routesCount;


Properties

initialAzimuth

@property (nonatomic, copy, readwrite, nullable) NSNumber *initialAzimuth;

Optional field, can be nil.


routesCount

@property (nonatomic, copy, readwrite, nullable) NSNumber *routesCount;

Optional field, can be nil.