Namespace LansMap.Core.Import
Classes
- GpxImport
Turns a parsed GpxDocument into map content: waypoints become bulk-tier markers, track segments become polylines.
- KmlImport
Turns a parsed KmlDocument into map content: Point placemarks become bulk-tier markers, LineStrings become polylines, Polygons become filled polygons.
Structs
- GpxImport.Result
What one import call did: content added per store plus the segments that were too short to draw.
- KmlImport.Result
What one import call did: content added per store, plus the geometry it could not use and why-shaped counts for it.