cartography 0.0.2 cartography: ^0.0.2 copied to clipboard
Vector tile extension for Map package. Paint vector tiles layers on the Map.
Vector tile extension for Map package. Paint vector tiles layers on the Map.
Features #
- VectorTile
- Layer
- Feature
- Geometry
- Properties
Getting started #
In your pubspec.yaml
file add:
dependencies:
cartography: any
Usage #
In your code import:
import 'package:cartography/cartography.dart';
Then:
final tile = VectorTile.fromBytes(fileContents);