/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.database.location_history/LocationHistoryMapper
LocationHistoryMapper
\ open class LocationHistoryMapper@Injectconstructor
Constructors
| LocationHistoryMapper | @Inject constructor() |
Functions
| Name | Summary |
|---|---|
| toEntity | fun toEntity(locations: List<Location>): List<LocationHistoryEntity> |
| toLocation | fun toLocation(entities: List<LocationHistoryEntity>): List<Location> |