map_content/flutter_map/flutter_map library

Classes

Anchor
AnchorPos<T>
AnimatedTile
AssetTileProvider
CachedNetworkTileProvider
CircleLayer
CircleLayerOptions
CircleLayerWidget
CircleMarker
CirclePainter
Coords<T extends num>
Crs
An abstract representation of a Coordinate Reference System.
CrsSimple
CustomPoint<T extends num>
CustomTileProvider
Earth
Epsg3857
The most common CRS used for rendering maps.
Epsg4326
A common CRS among GIS enthusiasts. Uses simple Equirectangular projection.
FileTileProvider
FitBoundsOptions
FlutterMap
Renders a map composed of a list of layers powered by LayerOptions.
GroupLayer
GroupLayerOptions
LayerOptions that describe a layer composed by multiple built-in layers.
GroupLayerWidget
LatLngBounds
LayerOptions
Common type between all LayerOptions.
Level
MapController
Controller to programmatically interact with FlutterMap.
MapOptions
Allows you to provide your map's starting properties for zoom, rotation and center. Alternatively you can provide bounds instead of center. If both, center and bounds are provided, bounds will take preference over center. Zoom, pan boundary and interactivity constraints can be specified here too.
MapPlugin
MapPosition
Position's type for PositionCallback.
Marker
MarkerLayer
MarkerLayerOptions
MarkerLayerWidget
NetworkTileProvider
NonCachingNetworkTileProvider
OverlayImage
OverlayImageLayer
OverlayImageLayerOptions
OverlayImageLayerWidget
Polygon
PolygonLayer
PolygonLayerOptions
PolygonLayerWidget
PolygonPainter
Polyline
PolylineLayer
PolylineLayerOptions
PolylineLayerWidget
PolylinePainter
Proj4Crs
Custom CRS
Projection
SphericalMercator
Tile
TileLayer
TileLayerOptions
Describes the needed properties to create a tile-based layer. A tile is an image bound to a specific geographical position.
TileLayerWidget
TileProvider
Transformation
WMSTileLayerOptions

Enums

AnchorAlign

Typedefs

ErrorTileCallBack = void Function(Tile? tile, dynamic error)
LongPressCallback = void Function(LatLng? point)
PositionCallback = void Function(MapPosition position, bool hasGesture)
TapCallback = void Function(LatLng? point)
TileReady = void Function(Coords<double>? coords, dynamic error, Tile tile)