WRLDRouteTransportationMode Constants Reference

WRLDRouteTransportationMode

Represents a mode of transport for a WRLDRoute. This is currently a placeholder, but more modes of transport may be added in future versions of the API.

Definition

typedef NS_ENUM(NSInteger, WRLDRouteTransportationMode ) {
   WRLDWalking,
   WRLDDriving,
};

Constants

WRLDWalking

Indicates that the route is a walking Route.

WRLDDriving

Indicates that the route is a driving Route.

v0.0.1600