-
- All Implemented Interfaces:
public final class OffscreenSnapshotInitParamsOffscreenSnapshotInitParamsis a data class that holds the parameters needed to initialize an offscreen snapshot.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerwidthprivate final Integerheightprivate final FloatzoomLevelprivate final MapViewReadyListener<MapSubView>readyListenerprivate final MapView.SnapshotReadyCallbackcallback
-
Constructor Summary
Constructors Constructor Description OffscreenSnapshotInitParams(Integer width, Integer height, Float zoomLevel, MapViewReadyListener<MapSubView> readyListener, MapView.SnapshotReadyCallback callback)OffscreenSnapshotInitParams(Integer width, Integer height, Float zoomLevel, MapViewReadyListener<MapSubView> readyListener)OffscreenSnapshotInitParams(Integer width, Integer height, Float zoomLevel)OffscreenSnapshotInitParams(Integer width, Integer height)
-
Method Summary
Modifier and Type Method Description final IntegergetWidth()final IntegergetHeight()final FloatgetZoomLevel()final MapViewReadyListener<MapSubView>getReadyListener()final MapView.SnapshotReadyCallbackgetCallback()-
-
Constructor Detail
-
OffscreenSnapshotInitParams
OffscreenSnapshotInitParams(Integer width, Integer height, Float zoomLevel, MapViewReadyListener<MapSubView> readyListener, MapView.SnapshotReadyCallback callback)
-
OffscreenSnapshotInitParams
OffscreenSnapshotInitParams(Integer width, Integer height, Float zoomLevel, MapViewReadyListener<MapSubView> readyListener)
-
OffscreenSnapshotInitParams
OffscreenSnapshotInitParams(Integer width, Integer height, Float zoomLevel)
-
-
Method Detail
-
getZoomLevel
final Float getZoomLevel()
-
getReadyListener
final MapViewReadyListener<MapSubView> getReadyListener()
-
getCallback
final MapView.SnapshotReadyCallback getCallback()
-
-
-
-