- 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 — it is used to create a map on a page and manipulate it.
- 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.
- 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.
- 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.
- MarkerOptions - Class in com.gwidgets.api.leaflet.options
-
The Class MarkerOptions.
- MarkerOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- 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.
- maxHeight(Number) - 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(Number) - Method in class com.gwidgets.api.leaflet.options.LocateOptions.Builder
-
Maximum age of detected location.
- maxNativeZoom(Number) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
Maximum zoom number the tiles source has available.
- maxWidth(Number) - Method in class com.gwidgets.api.leaflet.options.ControlScaleOptions.Builder
-
Maximum width of the control in pixels.
- maxWidth(Number) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Max width of the popup.
- maxZoom(Number) - Method in class com.gwidgets.api.leaflet.options.FitBoundsOptions.Builder
-
The maximum possible zoom to use.
- maxZoom(Number) - Method in class com.gwidgets.api.leaflet.options.LocateOptions.Builder
-
The maximum zoom for automatic view setting when using `setView`
option.
- maxZoom(Number) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Maximum zoom level of the map.
- maxZoom(Number) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
Maximum zoom number.
- metaKey - Variable in class com.gwidgets.api.leaflet.elemental.DOMMouseEvent
-
- metric(Boolean) - Method in class com.gwidgets.api.leaflet.options.ControlScaleOptions.Builder
-
Whether to show the metric scale line (m/km).
- minWidth(Number) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Min width of the popup.
- minZoom(Number) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
Minimum zoom number.
- MouseEvent - Class in com.gwidgets.api.leaflet.events
-
- 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.
- multiplyBy(Number) - Method in class com.gwidgets.api.leaflet.Point
-
Returns the result of multiplication of the current point by the given number.
- multiPolygon(LatLng[][], PolylineOptions) - Static method in class com.gwidgets.api.leaflet.L
-
Extends FeatureGroup to allow creating multi-polygons (single layer that consists of several polygons that share styling/popup).
- MultiPolygon - Class in com.gwidgets.api.leaflet
-
Extends FeatureGroup to allow creating multi-polygons (single layer that consists of several polygons that share styling/popup).
- multiPolyline(LatLng[][], PolylineOptions) - Static method in class com.gwidgets.api.leaflet.L
-
Extends FeatureGroup to allow creating multi-polylines (single layer that consists of several polylines that share styling/popup).
- MultiPolyline - Class in com.gwidgets.api.leaflet
-
Extends FeatureGroup to allow creating multi-polylines (single layer that consists of several polylines that share styling/popup).