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

Vector Tiles for Dart. Provides .pbf and/or .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
120
pub points
0%
popularity

Publisher

verified publisherpwa.ir

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

fixnum, protobuf

More

Packages that depend on vt