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 TypeMethodDescriptionvoid
MapSheetFragment.onSearchResultSelected
(DirectionsDestination destination, DirectionsStartSearchResult result) protected void
MapFragment.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 void
MapSheetFragment.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) void
MapFragment.startDirections
(DirectionsDestination destination) Start directions to the given placemark.void
MapSheetFragment.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 class
static class
static class
static class
static class
Methods in com.arubanetworks.meridian.maps.directions that return DirectionsDestinationModifier and TypeMethodDescriptionstatic DirectionsDestination
static DirectionsDestination
DirectionsDestination.forMapPoint
(EditorKey mapKey, PointF point) static DirectionsDestination
DirectionsDestination.forPlacemarkKey
(EditorKey placemarkKey) static DirectionsDestination
DirectionsDestination.forPlacemarkType
(String placemarkType) static DirectionsDestination
Directions.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