vt 1.0.0 copy "vt: ^1.0.0" to clipboard
vt: ^1.0.0 copied to clipboard

Vector Tiles for Dart. Provides `.pbf` and `.mvt` parsers and needed classes.

pub package

Vector Tiles for Dart. Provides .pbf parser.

Features #

  • Feature
  • Geometry
  • Layer
  • Value
  • VectorTile

Getting started #

In your pubspec.yaml file add:

dependencies:
  vt: any

Usage #

In your code import:

import 'package:vt/vt.dart';

Then:

final tile = VectorTile.fromBytes(fileContents);

Additional information #

Is package is compatible with version 2.1 of Vector Tile Specification as described here: https://github.com/mapbox/vector-tile-spec/tree/master/2.1

3
likes
0
pub points
0%
popularity

Publisher

verified publisherpwa.ir

Vector Tiles for Dart. Provides `.pbf` and `.mvt` parsers and needed classes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

fixnum, protobuf

More

Packages that depend on vt