Class Map

  • All Implemented Interfaces:
    org.discotools.gwt.leaflet.client.events.handler.EventProvider

    public class Map
    extends org.discotools.gwt.leaflet.client.map.Map
    • Constructor Summary

      Constructors 
      Constructor Description
      Map​(java.lang.String divId, org.discotools.gwt.leaflet.client.map.MapOptions options)  
      Map​(org.discotools.gwt.leaflet.client.jsobject.JSObject self)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMaxZoom()  
      • Methods inherited from class org.discotools.gwt.leaflet.client.map.Map

        addControl, addLayer, addLayer, closePopup, fitBounds, getBounds, getContainer, getZoom, invalidateSize, latLngToLayerPoint, layerPointToLatLng, openPopup, panInsideBounds, panTo, removeControl, removeLayer, setView, setZoom, zoomIn, zoomOut
      • Methods inherited from class org.discotools.gwt.leaflet.client.jsobject.JSObjectWrapper

        getJSObject, setJSObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.discotools.gwt.leaflet.client.events.handler.EventProvider

        getJSObject
    • Constructor Detail

      • Map

        public Map​(org.discotools.gwt.leaflet.client.jsobject.JSObject self)
      • Map

        public Map​(java.lang.String divId,
                   org.discotools.gwt.leaflet.client.map.MapOptions options)
    • Method Detail

      • getMaxZoom

        public int getMaxZoom()