-
- All Implemented Interfaces:
public final class MapViewInitConfigMapViewInitConfigis a data class that holds the context, dpi, default location, and ready listener for aMapView.
-
-
Field Summary
Fields Modifier and Type Field Description public final Contextcontextpublic final LifecycleOwnerlifecycleOwnerpublic final Floatdpipublic final LocationdefaultLocationpublic final MapViewReadyListener<MapView>readyListenerprivate final BooleancreateCvpprivate final FloatdefaultZoomLevel
-
Constructor Summary
Constructors Constructor Description MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener, Boolean createCvp, Float defaultZoomLevel)MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener, Boolean createCvp)MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener)MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation)MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi)MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner)
-
Method Summary
Modifier and Type Method Description final BooleangetCreateCvp()final FloatgetDefaultZoomLevel()-
-
Constructor Detail
-
MapViewInitConfig
MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener, Boolean createCvp, Float defaultZoomLevel)
-
MapViewInitConfig
MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener, Boolean createCvp)
-
MapViewInitConfig
MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener)
-
MapViewInitConfig
MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation)
-
MapViewInitConfig
MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi)
-
MapViewInitConfig
MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner)
-
-
Method Detail
-
getCreateCvp
final Boolean getCreateCvp()
-
getDefaultZoomLevel
final Float getDefaultZoomLevel()
-
-
-
-