Route

public abstract class Route extends Object

Represents navigation route of a trip.

Active route - the route between the driver and the consumer's immediate destination. Remaining route - the route between the consumer's immediate destination and final destination.

Nested Class Summary

class Route.Builder Builds Route instance. 

Public Constructor Summary

Public Method Summary

static Route.Builder
abstract List<LatLng>
getWaypoints()
Represents sequenced waypoints on the route.

Inherited Method Summary

Public Constructors

public Route ()

Public Methods

public static Route.Builder builder ()

public abstract List<LatLng> getWaypoints ()

Represents sequenced waypoints on the route.