WRLDRouteDirections Class Reference

Directions information for a WRLDRouteStep of a WRLDRoute.

– type

- (NSString *)type
Returns:

The type of motion to make at this step. For example, “turn”.

– modifier

- (NSString *)modifier
Returns:

A modification to the type. For example, “sharp right”.

– latLng

- (CLLocationCoordinate2D)latLng
Returns:

The geographic location this direction applies at.

– headingBefore

- (CLLocationDirection)headingBefore
Returns:

The heading before taking this direction.

– headingAfter

- (CLLocationDirection)headingAfter
Returns:

The heading after taking this direction.

v0.0.1600