Package ai.nextbillion.maps.model
Class DirectionsResult
java.lang.Object
ai.nextbillion.maps.model.DirectionsResult
- All Implemented Interfaces:
java.io.Serializable
public class DirectionsResult
extends java.lang.Object
implements java.io.Serializable
DirectionsResult represents a result from the Google Directions API Web Service.
Please see Directions API for more detail.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description DirectionsRoute[]routesRoutes from the origin to the destination. -
Constructor Summary
Constructors Constructor Description DirectionsResult() -
Method Summary
-
Field Details
-
Constructor Details
-
DirectionsResult
public DirectionsResult()
-