Skip to content

xclud/dart_cartography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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