Package ai.nextbillion.maps.model
Class DirectionsStep
java.lang.Object
ai.nextbillion.maps.model.DirectionsStep
- All Implemented Interfaces:
java.io.Serializable
public class DirectionsStep
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description LatLngendLocationThe location of the last point of this step.java.lang.StringgeometryThe path of this step.LatLngstartLocationThe location of the starting point of this step. -
Constructor Summary
Constructors Constructor Description DirectionsStep() -
Method Summary
-
Field Details
-
startLocation
The location of the starting point of this step. -
endLocation
The location of the last point of this step. -
geometry
public java.lang.String geometryThe path of this step.
-
-
Constructor Details
-
DirectionsStep
public DirectionsStep()
-