mapfile library

The main library for the mapsforge_flutter_mapfile package.

This package provides the functionality to read and parse Mapsforge .map files, which are a compact binary format for storing vector map data. It includes classes for reading map file headers, index blocks, and tile data for ways, points of interest (POIs), and labels.

This library exports the core MapFile class for interacting with map files, as well as the MapHeaderInfo model class.

Classes

IsolateMapfile
An implementation of Datastore that runs a Mapfile instance in a separate isolate.
Mapfile
/////////////////////////////////////////////////////////////////////////// The main class for reading and parsing Mapsforge binary map files (.map).
MapHeaderInfo
Contains the high-level, immutable metadata of a map file.

Enums

MapfileSelector
////////////////////////////////////////////////////////////////////////// An enum to specify which subset of data to retrieve from a Mapfile.