pub type OSMFileReader<T> = OSMReader<T, FileKV<u64, VectorPoint<MValue>>, FileKV<u64, IntermediateNode>, FileKV<u64, WayNodes>, FileKV<u64, IntermediateWay>, FileKV<u64, IntermediateRelation>>;Available on crate feature
std only.Expand description
OSM File Reader ensures we are using local buffers to store intermediate Nodes, Ways, and Relations
See OSMReader for full documentation.
Aliased Typeยง
pub struct OSMFileReader<T> { /* private fields */ }