tripkit-android / com.skedgo.tripkit.data.database.stops / StopLocationEntity

StopLocationEntity

class StopLocationEntity

Constructors

Name Summary
<init> StopLocationEntity()

Properties

Name Summary
address var address:String?
code lateinit var code:String
lat var lat:Double
lng var lng:Double
modeInfo lateinit var modeInfo:ModeInfoEntity
name lateinit var name:String
popularify var popularify:Int
services lateinit var services:String
stopType lateinit var stopType:String
timeZone var timeZone:String?
wheelchairAccessible var wheelchairAccessible:Boolean

Extension Functions

Name Summary
toScheduledStop funStopLocationEntity.toScheduledStop():ScheduledStop