Uses of Class
com.arubanetworks.meridian.maps.MapInfo
Packages that use MapInfo
Package
Description
-
Uses of MapInfo in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return MapInfoModifier and TypeMethodDescriptionstatic MapInfo
MapInfo.fromClientLocationDataJSON
(JSONObject json, EditorKey appKey) static MapInfo
MapInfo.fromJSONObject
(JSONObject json, EditorKey appKey) MapView.getMapInfo()
Get the current loaded mapMethods in com.arubanetworks.meridian.maps that return types with arguments of type MapInfoMethods in com.arubanetworks.meridian.maps with parameters of type MapInfoModifier and TypeMethodDescriptionvoid
MapView.onMapChange
(MapInfo map) Internal map event handlerMethod parameters in com.arubanetworks.meridian.maps with type arguments of type MapInfoModifier and TypeMethodDescriptionMapSheetFragment.Builder.setMapInfo
(List<MapInfo> mapInfo) MapInfo for all maps so the MapSheetFragment doesn’t have to load them againvoid
MapView.setOptions
(MapOptions options, List<MapInfo> maps) Set the options and maps for this MapView. -
Uses of MapInfo in com.arubanetworks.meridian.maps.directions
Methods in com.arubanetworks.meridian.maps.directions with parameters of type MapInfoModifier and TypeMethodDescriptionRoute.getAutoAdvanceInfo
(MeridianLocation location, MapInfo currentMap) -
Uses of MapInfo in com.arubanetworks.meridian.maps.levelpicker
Methods in com.arubanetworks.meridian.maps.levelpicker that return MapInfoMethods in com.arubanetworks.meridian.maps.levelpicker with parameters of type MapInfoMethod parameters in com.arubanetworks.meridian.maps.levelpicker with type arguments of type MapInfoModifier and TypeMethodDescriptionstatic void
LevelPickerControl.Factory.buildPickerForGroupKey
(Context context, EditorKey mapGroupKey, List<MapInfo> maps, MapOptions mapOptions, LevelPickerControl.Listener listener, LevelPickerControl.Factory.Callback callback) -
Uses of MapInfo in com.arubanetworks.meridian.requests
Method parameters in com.arubanetworks.meridian.requests with type arguments of type MapInfoModifier and TypeMethodDescriptionAllMapsInfoRequest.Builder.setListener
(MeridianRequest.PageListener<List<MapInfo>> listener) MapInfoRequest.Builder.setListener
(MeridianRequest.Listener<MapInfo> listener) -
Uses of MapInfo in com.arubanetworks.meridian.search
Methods in com.arubanetworks.meridian.search that return MapInfo