Class YMKTransport
Instance Methods
- createBicycleRouter | Creates a manager that builds bicycle routes using the origin and destination points. |
- createMasstransitRouter | Creates a manager that builds public transit routes using the origin and destination points. |
- createPedestrianRouter | Creates a manager that builds pedestrian routes using the origin and destination points. |
- createBicycleRouter | Creates a manager that builds bicycle routes using the origin and destination points. |
- createMasstransitRouter | Creates a manager that builds public transit routes using the origin and destination points. |
- createPedestrianRouter | Creates a manager that builds pedestrian routes using the origin and destination points. |
Class Methods
Properties
adjustedClock | Returns the clock that is constantly synchronized with the server. |
valid | Tells if this object is valid or no. |
adjustedClock | Returns the clock that is constantly synchronized with the server. |
valid | Tells if this object is valid or no. |
Method Detail
-createBicycleRouter
- (nonnull YMKBicycleRouter *)createBicycleRouter
Creates a manager that builds bicycle routes using the origin and destination points.
-createMasstransitRouter
- (nonnull YMKMasstransitRouter *)createMasstransitRouter
Creates a manager that builds public transit routes using the origin and destination points.
-createPedestrianRouter
- (nonnull YMKPedestrianRouter *)createPedestrianRouter
Creates a manager that builds pedestrian routes using the origin and destination points.
+transport
+ (instancetype)transport
Property Detail
adjustedClock
(assign, readonly) YMKAdjustedClock * adjustedClock
Returns the clock that is constantly synchronized with the server.
valid
(assign, readonly, getter=isValid) BOOL valid
Tells if this object is valid or no.
Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now. Please refer to general docs about the interface for details on its invalidation.