Package-level declarations

Types

Link copied to clipboard
interface ExporterFactory

Factory pattern Add here file type exporters GPX, KML

Link copied to clipboard
class ExporterFactoryImpl @Inject constructor(gpxExporter: GpxExporter, kmlExporter: KmlExporter) : ExporterFactory

Factory pattern implementation Add here file type exporters and the format they correspond to GPX, KML