Class DirectionsResponse
java.lang.Object
com.arubanetworks.meridian.maps.directions.DirectionsResponse
Encapsulates the result of a directions request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DirectionsResponse
fromJSONObject
(JSONObject json, EditorKey appKey, DirectionsSource.MapPoint originPoint, DirectionsDestination.MapPoint destinationPoint)
-
Method Details
-
fromJSONObject
public static DirectionsResponse fromJSONObject(JSONObject json, EditorKey appKey, DirectionsSource.MapPoint originPoint, DirectionsDestination.MapPoint destinationPoint) throws JSONException - Throws:
JSONException
-
getRoutes
-