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 MapOptionsMapOptions.getDefaultOptions()A static factory method for getting a default options object.static MapOptionsMapOptions.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 theMapViewoptions if none are set on this fragment or the default ones if aMapViewwas not initialized yet.MapSheetFragment.getMapOptions()Gets a copy of the currentMapOptions, defaulting to theMapViewoptions if none are set on this fragment or the default ones if aMapViewwas 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 TypeMethodDescriptionvoidMapOptions.set(MapOptions options) Sets this MapOptions values to that of another MapOptions.MapFragment.Builder.setMapOptions(MapOptions mapOptions) voidMapFragment.setMapOptions(MapOptions options) Set current map options.MapSheetFragment.Builder.setMapOptions(MapOptions mapOptions) voidMapSheetFragment.setMapOptions(MapOptions options) Set current map options.voidMapView.setOptions(MapOptions options) Set the options for this MapView.voidMapView.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 voidLevelPickerControl.Factory.buildPickerForGroupKey(Context context, EditorKey mapGroupKey, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) static voidLevelPickerControl.Factory.buildPickerForGroupKey(Context context, EditorKey mapGroupKey, List<MapInfo> maps, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback)