-
- All Implemented Interfaces:
public final class AAOSMapViewInitParamsAAOSMapViewInitParamsis a data class that holds the initial zoom level and whether or not to create a custom viewport.
-
-
Field Summary
Fields Modifier and Type Field Description private final FloatzoomLevelprivate final BooleancreateCVPprivate final MapViewReadyListener<MapView>readyListenerprivate final LatLondefaultLocation
-
Constructor Summary
Constructors Constructor Description AAOSMapViewInitParams(Float zoomLevel, Boolean createCVP, MapViewReadyListener<MapView> readyListener, LatLon defaultLocation)AAOSMapViewInitParams(Float zoomLevel, Boolean createCVP, MapViewReadyListener<MapView> readyListener)AAOSMapViewInitParams(Float zoomLevel, Boolean createCVP)AAOSMapViewInitParams(Float zoomLevel)AAOSMapViewInitParams()
-
Method Summary
Modifier and Type Method Description final FloatgetZoomLevel()final BooleangetCreateCVP()final MapViewReadyListener<MapView>getReadyListener()final LatLongetDefaultLocation()-
-
Constructor Detail
-
AAOSMapViewInitParams
AAOSMapViewInitParams(Float zoomLevel, Boolean createCVP, MapViewReadyListener<MapView> readyListener, LatLon defaultLocation)
-
AAOSMapViewInitParams
AAOSMapViewInitParams(Float zoomLevel, Boolean createCVP, MapViewReadyListener<MapView> readyListener)
-
AAOSMapViewInitParams
AAOSMapViewInitParams(Float zoomLevel)
-
AAOSMapViewInitParams
AAOSMapViewInitParams()
-
-
Method Detail
-
getZoomLevel
final Float getZoomLevel()
-
getCreateCVP
final Boolean getCreateCVP()
-
getReadyListener
final MapViewReadyListener<MapView> getReadyListener()
-
getDefaultLocation
final LatLon getDefaultLocation()
-
-
-
-