Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z 

M

map(String, MapOptions) - Static method in class com.gwidgets.api.leaflet.L
The central class of the API — it is used to create a map on a page and manipulate it.
map(HTMLElement, MapOptions) - Static method in class com.gwidgets.api.leaflet.L
The central class of the API — it is used to create a map on a page and manipulate it.
Map - Class in com.gwidgets.api.leaflet
The central class of the API.
MapEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MapOptions - Class in com.gwidgets.api.leaflet.options
The map options used when creating a Map
MapOptions.Builder - Class in com.gwidgets.api.leaflet.options
The Class Builder.
mapPane - Variable in class com.gwidgets.api.leaflet.MapPanes
Pane that contains all other map panes.
MapPanes - Class in com.gwidgets.api.leaflet
An object literal (returned by map.getPanes) that contains different map panes that you can use to put your custom overlays in.
MapTest - Class in com.gwidgets.leaflet.test
 
MapTest() - Constructor for class com.gwidgets.leaflet.test.MapTest
 
marker(LatLng, MarkerOptions) - Static method in class com.gwidgets.api.leaflet.L
Marker is used to put markers on the map.
Marker - Class in com.gwidgets.api.leaflet
Used to put markers on the map.
MarkerEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
MarkerOptions - Class in com.gwidgets.api.leaflet.options
The Class MarkerOptions.
MarkerOptions.Builder - Class in com.gwidgets.api.leaflet.options
The Class Builder.
markerPane - Variable in class com.gwidgets.api.leaflet.MapPanes
Pane for marker icons.
MarkerTest - Class in com.gwidgets.leaflet.test
 
MarkerTest() - Constructor for class com.gwidgets.leaflet.test.MarkerTest
 
markerZoomAnimation(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
Whether markers animate their zoom with the zoom animation, if disabled they will disappear for the length of the animation.
maxBounds(LatLngBounds) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
When this option is set, the map restricts the view to the given geographical bounds, bouncing the user back when he tries to pan outside the view.
maxBoundsViscosity(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
If maxBounds is set, this option will control how solid the bounds are when dragging the map around.
maxHeight(double) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
If set, creates a scrollable container of the given height inside a popup if its content exceeds it.
maximumAge(double) - Method in class com.gwidgets.api.leaflet.options.LocateOptions.Builder
Maximum age of detected location.
maxNativeZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
Maximum zoom number the tiles source has available.
maxNativeZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
Maximum zoom number the tiles source has available.
maxWidth(double) - Method in class com.gwidgets.api.leaflet.options.ControlScaleOptions.Builder
Maximum width of the control in pixels.
maxWidth(double) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
Max width of the popup.
maxZoom(double) - Method in class com.gwidgets.api.leaflet.options.FitBoundsOptions.Builder
The maximum possible zoom to use.
maxZoom(double) - Method in class com.gwidgets.api.leaflet.options.GridLayerOptions.Builder
 
maxZoom(double) - Method in class com.gwidgets.api.leaflet.options.LocateOptions.Builder
The maximum zoom for automatic view setting when using `setView` option.
maxZoom(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
Maximum zoom level of the map.
maxZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
Maximum zoom double.
maxZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
Maximum zoom number.
Mercator - Static variable in class com.gwidgets.api.leaflet.L.Projection
Elliptical Mercator projection — more complex than Spherical Mercator.
metric(Boolean) - Method in class com.gwidgets.api.leaflet.options.ControlScaleOptions.Builder
Whether to show the metric scale line (m/km).
minNativeZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
 
minNativeZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
 
minWidth(double) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
Min width of the popup.
minZoom(double) - Method in class com.gwidgets.api.leaflet.options.GridLayerOptions.Builder
 
minZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
Minimum zoom number.
minZoom(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
Minimum zoom number.
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleMakerEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.ImageOverlayEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.InteractiveLayerEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PathEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolygonEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolylineEvents
 
MOUSEDOWN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.RectangleEvents
 
MouseEvent - Class in com.gwidgets.api.leaflet.events
The Class MouseEvent.
mouseEventToContainerPoint(MouseEvent) - Method in class com.gwidgets.api.leaflet.Map
Returns the pixel coordinates of a mouse click (relative to the top left corner of the map) given its event object.
mouseEventToLatLng(MouseEvent) - Method in class com.gwidgets.api.leaflet.Map
Returns the geographical coordinates of the point the mouse clicked on given the click's event object.
mouseEventToLayerPoint(MouseEvent) - Method in class com.gwidgets.api.leaflet.Map
Returns the pixel coordinates of a mouse click relative to the map layer given its event object.
MOUSEMOVE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleMakerEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.ImageOverlayEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.InteractiveLayerEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PathEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolygonEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolylineEvents
 
MOUSEOUT - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.RectangleEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleMakerEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.ImageOverlayEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.InteractiveLayerEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PathEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolygonEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolylineEvents
 
MOUSEOVER - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.RectangleEvents
 
MOUSEUP - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOVE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOVE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
MOVEEND - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOVEEND - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
MOVESTART - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
MOVESTART - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
multiplyBy(double) - Method in class com.gwidgets.api.leaflet.Point
Returns the result of multiplication of the current point by the given number.
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links