Class DirectionsRoute

java.lang.Object
ai.nextbillion.maps.model.DirectionsRoute
All Implemented Interfaces:
java.io.Serializable

public class DirectionsRoute
extends java.lang.Object
implements java.io.Serializable
A Directions API result. When the Directions API returns results, it places them within a routes array. Even if the service returns no results (such as if the origin and/or destination doesn't exist) it still returns an empty routes array.

Please see Routes for more detail.

See Also:
Serialized Form