Class RouteStep
java.lang.Object
com.arubanetworks.meridian.maps.directions.RouteStep
- All Implemented Interfaces:
Serializable
Represents a portion of a route.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RouteStep
fromJSONObject
(org.json.JSONObject json, EditorKey appKey) float
float
getIcon()
float[]
android.graphics.RectF
int
float
void
setUpdatingDistance
(float distanceInMeters)
-
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
-
getIcon
-
getNotice
-
getMapKey
-
getPathPoints
public float[] getPathPoints() -
getDistance
public float getDistance() -
setUpdatingDistance
public void setUpdatingDistance(float distanceInMeters) -
getUpdatingDistance
public float getUpdatingDistance()
-