pub package

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);

Libraries

cartography