ImporterFactoryImpl

class ImporterFactoryImpl @Inject constructor(gpxParser: GpxParser, kmlParser: KmlParser) : ImporterFactory

Factory returns gpx, kml ... parsers

Constructors

Link copied to clipboard
@Inject
constructor(gpxParser: GpxParser, kmlParser: KmlParser)

Functions

Link copied to clipboard
open override fun getImporter(format: ImportFormat): TrackParser