Uses of Class
com.arubanetworks.meridian.maps.directions.DirectionsDestination
Packages that use DirectionsDestination
Package
Description
-
Uses of DirectionsDestination in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps with parameters of type DirectionsDestinationModifier and TypeMethodDescriptionvoidMapSheetFragment.onSearchResultSelected(DirectionsDestination destination, DirectionsStartSearchResult result) protected voidMapFragment.onSourceResult(DirectionsDestination destination, DirectionsSource source) This event takes place right before directions are retrieved from the server and provide an opportunity to change the source and destination, or just be notified of the event.protected voidMapSheetFragment.onSourceResult(DirectionsDestination destination, DirectionsSource source) This event takes place right before directions are retrieved from the server and provide an opportunity to change the source and destination, or just be notified of the event.MapFragment.Builder.setDestination(DirectionsDestination destination) MapSheetFragment.Builder.setDestination(DirectionsDestination destination) voidMapFragment.startDirections(DirectionsDestination destination) Start directions to the given placemark.voidMapSheetFragment.startDirections(DirectionsDestination destination) Start directions to the given placemark. -
Uses of DirectionsDestination in com.arubanetworks.meridian.maps.directions
Subclasses of DirectionsDestination in com.arubanetworks.meridian.maps.directionsModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classMethods in com.arubanetworks.meridian.maps.directions that return DirectionsDestinationModifier and TypeMethodDescriptionstatic DirectionsDestinationstatic DirectionsDestinationDirectionsDestination.forMapPoint(EditorKey mapKey, PointF point) static DirectionsDestinationDirectionsDestination.forPlacemarkKey(EditorKey placemarkKey) static DirectionsDestinationDirectionsDestination.forPlacemarkType(String placemarkType) static DirectionsDestinationDirections.getDestination()Methods in com.arubanetworks.meridian.maps.directions that return types with arguments of type DirectionsDestinationModifier and TypeMethodDescriptionstatic List<DirectionsDestination>DirectionsDestination.forPlacemarkKeys(Collection<EditorKey> placemarkKeys) Methods in com.arubanetworks.meridian.maps.directions with parameters of type DirectionsDestinationModifier and TypeMethodDescriptionDirections.Builder.setDestination(DirectionsDestination destination) -
Uses of DirectionsDestination in com.arubanetworks.meridian.requests
Methods in com.arubanetworks.meridian.requests with parameters of type DirectionsDestinationModifier and TypeMethodDescriptionDirectionsRequest.Builder.setDestination(DirectionsDestination destination) Directions to specified destinationMethod parameters in com.arubanetworks.meridian.requests with type arguments of type DirectionsDestinationModifier and TypeMethodDescriptionDirectionsRequest.Builder.setDestinations(List<DirectionsDestination> destinations) Directions to closest specified destination