vector_mbtiles

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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 vector_mbtiles
copied to clipboard
Usage #
refer to the following. See /example folder for details
VectorTileLayerWidget(
options: VectorTileLayerOptions(
theme: Theme,
tileProviders: TileProviders({
'openmaptiles': VectorMBTilesProvider(
mbtilesPath: '/path/to/mbtiles',
maximumZoom: 18)
})
),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.