/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.map/LongPressIMapPoiLocation
LongPressIMapPoiLocation
\ class LongPressIMapPoiLocation(val point: LatLng, stopInfoWindowAdapter: StopInfoWindowAdapter) : IMapPoiLocation
Constructors
LongPressIMapPoiLocation | constructor(point: LatLng, stopInfoWindowAdapter: StopInfoWindowAdapter) |
Properties
Name | Summary |
---|---|
identifier | open override val identifier: String |
point | val point: LatLng |
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) |
setName | fun setName(name: String) |
toLocation | open override fun toLocation(): Location |