mapsforge_flutter library
Classes
-
BoundingBox
-
A BoundingBox represents an immutable set of two latitude and two longitude coordinates.
-
-
//////////////////////////////////////////////////////////////////////////
-
-
DisplayModel
-
Encapsulates the display characteristics for a MapView, such as tile size and background color. The size of map tiles
is used to adapt to devices with differing pixel densities and users with different preferences: The larger the tile,
the larger everything is rendered, the effect is one of effectively stretching everything. The default device
dependent scale factor is determined at the GraphicFactory level, while the DisplayModel allows further adaptation to
cater for user needs or application development (maybe a small map and large map, or to prevent upscaling for
downloaded tiles that do not scale well).
-
FileTileBitmapCache
-
-
FlutterGraphicFactory
-
-
FlutterMapView
-
-
GestureEvent
-
//////////////////////////////////////////////////////////////////////////
-
GraphicFactory
-
-
ILatLong
-
-
LatLong
-
This immutable class represents a geographic coordinate with a latitude and longitude value.
-
MapModel
-
-
MapViewPosition
-
-
MemoryTileBitmapCache
-
-
NoPositionView
-
-
SymbolCache
-
A cache for symbols (small bitmaps)
-
TapEvent
-
//////////////////////////////////////////////////////////////////////////
-
TileBitmapCache
-