类 DirectionsStep

java.lang.Object
ai.nextbillion.maps.model.DirectionsStep
所有已实现的接口:
java.io.Serializable

public class DirectionsStep
extends java.lang.Object
implements java.io.Serializable
另请参阅:
序列化表格
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    LatLng endLocation
    The location of the last point of this step.
    java.lang.String geometry
    The path of this step.
    LatLng startLocation
    The location of the starting point of this step.
  • 构造器概要

    构造器 
    构造器 说明
    DirectionsStep()  
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • startLocation

      public LatLng startLocation
      The location of the starting point of this step.
    • endLocation

      public LatLng endLocation
      The location of the last point of this step.
    • geometry

      public java.lang.String geometry
      The path of this step.
  • 构造器详细资料