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 theMapViewoptions if none are set on this fragment or the default ones if aMapViewwas not initialized yet.MapSheetFragment.getDirectionsOptions()Gets a copy of the currentDirectionsOptions, defaulting to theMapViewoptions if none are set on this fragment or the default ones if aMapViewwas 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) voidMapFragment.setDirectionsOptions(DirectionsOptions options) Set current directions options.MapSheetFragment.Builder.setDirectionsOptions(DirectionsOptions directionsOptions) voidMapSheetFragment.setDirectionsOptions(DirectionsOptions options) Set current directions options.voidMapView.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 DirectionsOptionsDirectionsOptions.getDefaultOptions()A static factory method for getting a default options object.static DirectionsOptionsDirectionsOptions.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 TypeMethodDescriptionvoidDirectionsOptions.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.