java.lang.Object
com.arubanetworks.meridian.maps.directions.RouteStep
All Implemented Interfaces:
Serializable

public class RouteStep extends Object implements Serializable
Represents a portion of a route.
See Also:
  • Constructor Details

    • RouteStep

      public RouteStep()
  • Method Details

    • fromJSONObject

      public static RouteStep fromJSONObject(JSONObject json, EditorKey appKey) throws JSONException
      Throws:
      JSONException
    • getHeading

      public float getHeading()
    • getPathRect

      public RectF getPathRect()
    • getPathSegmentCount

      public int getPathSegmentCount()
    • getInstructions

      public String getInstructions()
    • getIcon

      public String getIcon()
    • getNotice

      public String getNotice()
    • getMapKey

      public EditorKey getMapKey()
    • getPathPoints

      public float[] getPathPoints()
    • getDistance

      public float getDistance()
    • setUpdatingDistance

      public void setUpdatingDistance(float distanceInMeters)
    • getUpdatingDistance

      public float getUpdatingDistance()