Uses of Class
com.arubanetworks.meridian.maps.directions.DirectionsOptions
Packages that use DirectionsOptions
-
Uses of DirectionsOptions in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return DirectionsOptionsModifier and TypeMethodDescriptionMapFragment.getDirectionsOptions()
Gets a copy of the currentDirectionsOptions
, defaulting to theMapView
options if none are set on this fragment or the default ones if aMapView
was not initialized yet.MapSheetFragment.getDirectionsOptions()
Gets a copy of the currentDirectionsOptions
, defaulting to theMapView
options if none are set on this fragment or the default ones if aMapView
was not initialized yet.MapView.getDirectionsOptions()
Gets a copy of the current directions options for this MapView.Methods in com.arubanetworks.meridian.maps with parameters of type DirectionsOptionsModifier and TypeMethodDescriptionMapFragment.Builder.setDirectionsOptions
(DirectionsOptions directionsOptions) void
MapFragment.setDirectionsOptions
(DirectionsOptions options) Set current directions options.MapSheetFragment.Builder.setDirectionsOptions
(DirectionsOptions directionsOptions) void
MapSheetFragment.setDirectionsOptions
(DirectionsOptions options) Set current directions options.void
MapView.setDirectionsOptions
(DirectionsOptions options) Set the directions options for this MapView. -
Uses of DirectionsOptions in com.arubanetworks.meridian.maps.directions
Methods in com.arubanetworks.meridian.maps.directions that return DirectionsOptionsModifier and TypeMethodDescriptionstatic DirectionsOptions
DirectionsOptions.getDefaultOptions()
A static factory method for getting a default options object.static DirectionsOptions
DirectionsOptions.getFromAttributes
(Context context, AttributeSet attrs) A static factory method for getting a default options object with the provided attributes.Methods in com.arubanetworks.meridian.maps.directions with parameters of type DirectionsOptionsModifier and TypeMethodDescriptionvoid
DirectionsOptions.set
(DirectionsOptions options) Sets this DirectionsOptions values to that of another DirectionsOptions.Constructors in com.arubanetworks.meridian.maps.directions with parameters of type DirectionsOptionsModifierConstructorDescriptionDirectionsOptions
(DirectionsOptions fromOptions) Initializes this DirectionsOptions instance by copying the values of the given DirectionsOptions instance.