ExporterFactoryImpl

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

Constructors

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

Functions

Link copied to clipboard
open override fun getExporter(format: ExportFormat): TrackExporter