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(org.json.JSONObject json, EditorKey appKey) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • getHeading

      public float getHeading()
    • getPathRect

      public android.graphics.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()