Uses of Enum
com.arubanetworks.meridian.maps.MapInfo.ZoomLevel
Packages that use MapInfo.ZoomLevel
Package
Description
-
Uses of MapInfo.ZoomLevel in com.arubanetworks.meridian
Methods in com.arubanetworks.meridian that return MapInfo.ZoomLevelMethods in com.arubanetworks.meridian with parameters of type MapInfo.ZoomLevelModifier and TypeMethodDescriptionvoidMeridian.setDefaultMaxMapZoom(MapInfo.ZoomLevel defaultMaxMapZoom) Set the default max map zoom. -
Uses of MapInfo.ZoomLevel in com.arubanetworks.meridian.editor
Methods in com.arubanetworks.meridian.editor that return MapInfo.ZoomLevelModifier and TypeMethodDescriptionPlacemark.getMaxZoomLevel()The maximum zoom level that this placmark should be visible at on its parent Meridian Map.Placemark.getMinZoomLevel()The minimum zoom level that this placmark should be visible at on its parent Meridian Map.Methods in com.arubanetworks.meridian.editor with parameters of type MapInfo.ZoomLevelModifier and TypeMethodDescriptionvoidPlacemark.setMaxZoomLevel(MapInfo.ZoomLevel maxZoomLevel) Sets the maximum zoom level that this placmark should be visible at on its parent Meridian Map.voidPlacemark.setMinZoomLevel(MapInfo.ZoomLevel minZoomLevel) Sets the minimum zoom level that this placmark should be visible at on its parent Meridian Map. -
Uses of MapInfo.ZoomLevel in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return MapInfo.ZoomLevelModifier and TypeMethodDescriptionMarker.getMaxZoomLevel()The maximum zoom level that this Marker should be visible.OverlayMarkerOptions.getMaxZoomLevel()Marker.getMinZoomLevel()The minimum zoom level that this Marker should be visible.OverlayMarkerOptions.getMinZoomLevel()static MapInfo.ZoomLevelReturns the enum constant of this type with the specified name.static MapInfo.ZoomLevel[]MapInfo.ZoomLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arubanetworks.meridian.maps with parameters of type MapInfo.ZoomLevelModifier and TypeMethodDescriptionMapView.rectWithCenter(PointF centerPoint, MapInfo.ZoomLevel zoomLevel) Returns a rectangle centered on the specified point and sized according to the specified zoom level.voidMarker.setMaxZoomLevel(MapInfo.ZoomLevel maxZoomLevel) Sets the maximum zoom level that this Marker should be visible.voidMarker.setMinZoomLevel(MapInfo.ZoomLevel minZoomLevel) The minimum zoom level that this Marker should be visible.doubleMapInfo.zoomScaleFromLevel(MapInfo.ZoomLevel zoomLevel) Convert fromMapInfo.ZoomLevelto scale.