tripkit-android / com.skedgo.tripkit.ui.map / BaseMapFragment
BaseMapFragment
abstract class BaseMapFragment :
RxMapFragment
Constructors
Name |
Summary |
<init> |
BaseMapFragment() |
Functions
Name |
Summary |
onDestroyView |
open fun onDestroyView(): Unit |
onViewCreated |
open fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
whenSafeToUseMap |
A safer point to retrieve GoogleMap as the callback is invoked after fragment view is measured. This makes it safe to move or animate map with CameraUpdate.fun whenSafeToUseMap(callback: Consumer<GoogleMap>): Unit |
Inheritors