tripkit-android / com.skedgo.tripkit.ui.map / StopPOILocation
StopPOILocation
class StopPOILocation :
POILocation
Constructors
Name | Summary |
---|---|
<init> | StopPOILocation(scheduledStop: ScheduledStop , stopInfoWindowAdapter: StopInfoWindowAdapter ) |
Properties
Name | Summary |
---|---|
identifier | val identifier: String |
scheduledStop | val scheduledStop: ScheduledStop |
Functions
Name | Summary |
---|---|
createMarkerOptions | fun createMarkerOptions(resources: Resources, picasso: Picasso): Single<MarkerOptions> |
getInfoWindowAdapter | fun getInfoWindowAdapter(context: Context): StopInfoWindowAdapter ? |
onMarkerClick | fun onMarkerClick(bus: Bus, eventTracker: EventTracker): Unit |
toLocation | fun toLocation(): Location |