Package 

Class MapViewInitConfig

  • All Implemented Interfaces:

    
    public final class MapViewInitConfig
    
                        

    MapViewInitConfig is a data class that holds the context, dpi, default location, and ready listener for a MapView.

    • Constructor Detail

      • MapViewInitConfig

        MapViewInitConfig(Context context, LifecycleOwner lifecycleOwner, Float dpi, Location defaultLocation, MapViewReadyListener<MapView> readyListener, Boolean createCvp, Float defaultZoomLevel, AutoZoomLevel autoZoomLevel, ViewOptions viewOptions)
      • 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)