Uses of Class
com.arubanetworks.meridian.maps.MapOptions
Packages that use MapOptions
-
Uses of MapOptions in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return MapOptionsModifier and TypeMethodDescriptionstatic MapOptions
MapOptions.getDefaultOptions()
A static factory method for getting a default options object.static MapOptions
MapOptions.getFromAttributes
(Context context, AttributeSet attrs) A static factory method for getting a default options object with the provided attributes.MapFragment.getMapOptions()
Gets a copy of the currentMapOptions
, defaulting to theMapView
options if none are set on this fragment or the default ones if aMapView
was not initialized yet.MapSheetFragment.getMapOptions()
Gets a copy of the currentMapOptions
, defaulting to theMapView
options if none are set on this fragment or the default ones if aMapView
was not initialized yet.MapView.getOptions()
Gets a copy of the current options for this MapView.Methods in com.arubanetworks.meridian.maps with parameters of type MapOptionsModifier and TypeMethodDescriptionvoid
MapOptions.set
(MapOptions options) Sets this MapOptions values to that of another MapOptions.MapFragment.Builder.setMapOptions
(MapOptions mapOptions) void
MapFragment.setMapOptions
(MapOptions options) Set current map options.MapSheetFragment.Builder.setMapOptions
(MapOptions mapOptions) void
MapSheetFragment.setMapOptions
(MapOptions options) Set current map options.void
MapView.setOptions
(MapOptions options) Set the options for this MapView.void
MapView.setOptions
(MapOptions options, List<MapInfo> maps) Set the options and maps for this MapView.Constructors in com.arubanetworks.meridian.maps with parameters of type MapOptionsModifierConstructorDescriptionMapOptions
(MapOptions fromOptions) Initializes this MapOptions instance by copying the values of the given MapOptions instance. -
Uses of MapOptions in com.arubanetworks.meridian.maps.levelpicker
Methods in com.arubanetworks.meridian.maps.levelpicker with parameters of type MapOptionsModifier and TypeMethodDescriptionstatic void
LevelPickerControl.Factory.buildPickerForGroupKey
(Context context, EditorKey mapGroupKey, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) static void
LevelPickerControl.Factory.buildPickerForGroupKey
(Context context, EditorKey mapGroupKey, List<MapInfo> maps, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback)