0 purchases
alfa vector mbtiles
VectorMBTiles #
VectorMB Tiles is a Flutter plugin for working with Mapbox Vector Tiles in FlutterMap.
Features #
By extending VectorTileProvider and specifying VectorMBTiles as the argument of MemoryCacheVectorTileProvider to delegate, it can operate at high speed in memory.
Getting started #
Add the package with the following command
flutter pub add alfa_vector_mbtiles
copied to clipboard
Usage #
refer to the following. See /example folder for details
AlfaVectorTileLayerWidget(
options: AlfaVectorTileLayerOptions(
theme: Theme,
tileProviders: TileProviders({
'openmaptiles': AlfaVectorMBTilesProvider(
mbtilesPath: '/path/to/mbtiles',
maximumZoom: 18)
})
),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.