/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.map/GenericIMapPoiLocation

GenericIMapPoiLocation

\ class GenericIMapPoiLocation(poiLocation: PointOfInterest, placeId: String, stopInfoWindowAdapter: StopInfoWindowAdapter) : IMapPoiLocation

Constructors

GenericIMapPoiLocation constructor(poiLocation: PointOfInterest, placeId: String, stopInfoWindowAdapter: StopInfoWindowAdapter)

Properties

Name Summary
identifier open override val identifier: String

Functions

Name Summary
createMarkerOptions open override fun createMarkerOptions(resources: Resources, picasso: Picasso): Single<MarkerOptions>
getInfoWindowAdapter open override fun getInfoWindowAdapter(context: Context): StopInfoWindowAdapter?
onMarkerClick open override fun onMarkerClick(bus: Bus, eventTracker: EventTracker)
toLocation open override fun toLocation(): Location