/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.map/IMapPoiLocation
IMapPoiLocation
interface IMapPoiLocation
Inheritors
| BikePodPOILocation |
| CarParkPOILocation |
| CarPodPOILocation |
| FacilityPOILocation |
| FreeFloatingVehiclePOILocation |
| GenericIMapPoiLocation |
| LongPressIMapPoiLocation |
| StopPOILocation |
Properties
| Name | Summary |
|---|---|
| identifier | abstract val identifier: String |
Functions
| Name | Summary |
|---|---|
| createMarkerOptions | abstract fun createMarkerOptions(resources: Resources, picasso: Picasso): Single<MarkerOptions> |
| getInfoWindowAdapter | abstract fun getInfoWindowAdapter(context: Context): StopInfoWindowAdapter? |
| onMarkerClick | abstract fun onMarkerClick(bus: Bus, eventTracker: EventTracker) |
| toLocation | abstract fun toLocation(): Location |