-
- All Implemented Interfaces:
public final class OffscreenSnapshotInitParams
OffscreenSnapshotInitParams
is a data class that holds the parameters needed to initialize an offscreen snapshot.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
width
private final Integer
height
private final Float
zoomLevel
private final MapViewReadyListener<MapSubView>
readyListener
private final MapView.SnapshotReadyCallback
callback
-
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 Integer
getWidth()
final Integer
getHeight()
final Float
getZoomLevel()
final MapViewReadyListener<MapSubView>
getReadyListener()
final MapView.SnapshotReadyCallback
getCallback()
-
-
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()
-
-
-
-