geo_tile_builder 0.4.0
geo_tile_builder: ^0.4.0 copied to clipboard
High-performance, schema-agnostic, offline-first vector tile builder in pure Dart. Encodes Mapbox Vector Tiles and writes PMTiles archives, with pluggable tile schemas and OpenStreetMap as the bundled [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add geo_tile_builderWith Flutter:
$ flutter pub add geo_tile_builderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
geo_tile_builder: ^0.4.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:geo_tile_builder/geo_tile_builder.dart';