tile_crawler 0.0.1 copy "tile_crawler: ^0.0.1" to clipboard
tile_crawler: ^0.0.1 copied to clipboard

A Flutter package that downloads map tiles for offline using.

A Flutter package that downloads map tiles for offline using.

Usage #

    TileCrawler crawler = TileCrawler(DownloadOptions(
    tileUrlFormat:
    "https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
    topLeft: LatLng(latitude: 39.898931, longitude: 32.701024),
    bottomRight: LatLng(latitude: 39.845293, longitude: 32.803630),
    minZoomLevel: 10,
    downloadFolder: dir.path,
    client: HttpClient(),
    maxZoomLevel: 19));

1
likes
150
pub points
0%
popularity

Publisher

verified publisherguler.page

A Flutter package that downloads map tiles for offline using.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on tile_crawler