dartleaf library

Classes

AttributionControl
The attribution control allows you to display attribution data in a small text box on a map. It is put on the map by default unless you set its attributionControl option to false, and it fetches attribution texts from layers with the getAttribution method automatically.
AttributionControlOptions
Bounds
Circle
CircleMarker
CircleOptions
ComputedScale
Control
ControlOptions
CRS
DivIcon
DivIconOptions
DivOverlay
DivOverlayOptions
DomEvent
DomUtil
E
Evented
FeatureGroup
Extended LayerGroup that makes it easier to do the same thing to all its member layers
FitBoundOptions
GeoJson
GeoJsonOptions
Geometry
GridLayer
GridLayerOptions
Icon
IconOptions
InteractiveLayerOptions
LatCoordinate
LatLng
LatLngBounds
Represents a rectangular geographical area on a map.
Layer
LayerGroup
LayerOptions
LayersControl
The layers control gives users the ability to switch between different base layers and switch overlays on/off.
LayersControlOptions
LeafletDragEndEvent
LeafletErrorEvent
LeafletEvent
Event The base event object. All other event objects contain these properties too.
LeafletKeyboardEvent
LeafletLayerEvent
LeafletLayersControlEvent
LeafletLocationEvent
LeafletMap
LeafletMouseEvent
LeafletMoveEvent
LeafletPopupEvent
LeafletResizeEvent
LeafletTileErrorEvent
LeafletTileEvent
LeafletTooltipEvent
LeafletZoomAnimEvent
LineUtil
LocateOptions
MapOptions
Marker
MarkerOptions
Path
PathOptions
Point
Polygon
Polyline
PolylineOptions
PolyUtil
PopupOptions
Rectangle
Renderer
ScaleControl
A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems.
ScaleControlOptions
TileLayer
TileLayerOptions
Tooltip
TooltipOptions
Type
ZoomControl
A basic zoom control with two buttons (zoom in and zoom out). It is put on the map by default unless you set its zoomControl option to false.
ZoomControlOptions
ZoomPanOptions

Typedefs

LayersSortFunction = dynamic Function(Layer layerA, Layer layerB, String nameA, String nameB)