-
- All Implemented Interfaces:
public final class MapViewInitConfig
MapViewInitConfig
is 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 Context
context
public final LifecycleOwner
lifecycleOwner
public final Float
dpi
public final Location
defaultLocation
public final MapViewReadyListener<MapView>
readyListener
private final Boolean
createCvp
private final Float
defaultZoomLevel
private final AutoZoomLevel
autoZoomLevel
-
Constructor Summary
Constructors Constructor Description MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener, Boolean createCvp, Float defaultZoomLevel, AutoZoomLevel autoZoomLevel)
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 Boolean
getCreateCvp()
final Float
getDefaultZoomLevel()
final AutoZoomLevel
getAutoZoomLevel()
-
-
Constructor Detail
-
MapViewInitConfig
MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener, Boolean createCvp, Float defaultZoomLevel, AutoZoomLevel autoZoomLevel)
-
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()
-
getAutoZoomLevel
final AutoZoomLevel getAutoZoomLevel()
-
-
-
-