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
(JSONObject json, EditorKey appKey) float
float
getIcon()
float[]
int
float
void
setUpdatingDistance
(float distanceInMeters)
-
Constructor Details
-
RouteStep
public RouteStep()
-
-
Method Details
-
fromJSONObject
- Throws:
JSONException
-
getHeading
public float getHeading() -
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()
-