-
- All Implemented Interfaces:
public final class AAOSMapViewInitParams
AAOSMapViewInitParams
is 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 Float
zoomLevel
private final Boolean
createCVP
private final MapViewReadyListener<MapView>
readyListener
private final LatLon
defaultLocation
-
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 Float
getZoomLevel()
final Boolean
getCreateCVP()
final MapViewReadyListener<MapView>
getReadyListener()
final LatLon
getDefaultLocation()
-
-
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()
-
-
-
-