类 DirectionsStep
java.lang.Object
ai.nextbillion.maps.model.DirectionsStep
- 所有已实现的接口:
java.io.Serializable
public class DirectionsStep
extends java.lang.Object
implements java.io.Serializable
- 另请参阅:
- 序列化表格
-
字段概要
字段 修饰符和类型 字段 说明 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. -
构造器概要
构造器 构造器 说明 DirectionsStep() -
方法概要
-
字段详细资料
-
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.
-
-
构造器详细资料
-
DirectionsStep
public DirectionsStep()
-