Class Directions
java.lang.Object
com.arubanetworks.meridian.maps.directions.Directions
Use this class to request directions between two points.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfaceA listener for receiving events fromDirections. -
Method Summary
Modifier and TypeMethodDescriptionvoidCalculates the route(s) for this Directions requestvoidcancel()Cancels any currently running request.booleanReturns True if the request is currently running.
-
Method Details
-
isCalculating
public boolean isCalculating()Returns True if the request is currently running. -
getDestination
-
calculate
public void calculate()Calculates the route(s) for this Directions request -
cancel
public void cancel()Cancels any currently running request.
-