WRLDRoute Class Reference

An object representing a route on the map.

– sections

- (NSMutableArray *)sections
Returns:

A List of the different WRLDRouteSection objects which make up this route.

– duration

- (NSTimeInterval)duration
Returns:

The estimated time this route will take to travel in seconds.

– distance

- (CLLocationDistance)distance
Returns:

The estimated distance this route covers in meters.

v0.0.1600