Package ai.nextbillion.maps.model
Class DirectionsLeg
java.lang.Object
ai.nextbillion.maps.model.DirectionsLeg
- All Implemented Interfaces:
java.io.Serializable
public class DirectionsLeg
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description DistancedistanceThe total distance covered by this leg.DurationdurationThe total duration of this leg.LatLngendLocationDurationraw_durationLatLngstartLocationDirectionsStep[]steps -
Constructor Summary
Constructors Constructor Description DirectionsLeg() -
Method Summary
-
Field Details
-
steps
-
distance
The total distance covered by this leg. -
duration
The total duration of this leg. -
raw_duration
-
startLocation
-
endLocation
-
-
Constructor Details
-
DirectionsLeg
public DirectionsLeg()
-