OSMLocalReader

Type Alias OSMLocalReader 

Source
pub type OSMLocalReader<T> = OSMReader<T, KV<u64, VectorPoint<MValue>>, KV<u64, IntermediateNode>, KV<u64, WayNodes>, KV<u64, IntermediateWay>, KV<u64, IntermediateRelation>>;
Expand description

OSM Buffer Reader ensures we are using local buffers to store intermediate Nodes, Ways, and Relations

See OSMReader for full documentation.

Aliased Typeยง

pub struct OSMLocalReader<T> { /* private fields */ }