WRLDRouteSection Class Reference

A section of a WRLDRoute. For example, the portion from a point indoors to the exit.

– steps

- (NSMutableArray *)steps
Returns:

A List of the WRLDRouteStep objects that make up this section.

– duration

- (NSTimeInterval)duration
Returns:

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

– distance

- (CLLocationDistance)distance
Returns:

The estimated distance this section covers in meters.

v0.0.1600