Skip to content

an99990/flutter_map_mbtiles_provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_map_mbtiles_provider

MBTilesProvider was originally implemented as part of flutter_map package

Example

TileLayerOptions(
  tileProvider: MBTilesImageProvider.fromAsset('assets/berlin.mbtiles'),
  maxZoom: 14.0,
  backgroundColor: Colors.white,
  tms: true),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 74.9%
  • Ruby 17.7%
  • Swift 5.3%
  • Kotlin 1.6%
  • Objective-C 0.5%