-
- All Implemented Interfaces:
public final class ClusterMapViewParams
-
-
Field Summary
Fields Modifier and Type Field Description private final Context
context
private final Surface
surface
private final Integer
width
private final Integer
height
private final Float
density
private final LatLon
defaultLocation
private final Boolean
createCVP
private final Float
zoomLevel
private final MapViewReadyListener<ClusterMapView>
readyListener
-
Constructor Summary
Constructors Constructor Description ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel, MapViewReadyListener<ClusterMapView> readyListener)
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel)
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP)
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation)
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density)
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height)
ClusterMapViewParams(Context context, Surface surface, Integer width)
ClusterMapViewParams(Context context, Surface surface)
-
Method Summary
Modifier and Type Method Description final Context
getContext()
final Surface
getSurface()
final Integer
getWidth()
final Integer
getHeight()
final Float
getDensity()
final LatLon
getDefaultLocation()
final Boolean
getCreateCVP()
final Float
getZoomLevel()
final MapViewReadyListener<ClusterMapView>
getReadyListener()
-
-
Constructor Detail
-
ClusterMapViewParams
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel, MapViewReadyListener<ClusterMapView> readyListener)
-
ClusterMapViewParams
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel)
-
ClusterMapViewParams
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP)
-
ClusterMapViewParams
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation)
-
ClusterMapViewParams
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height, Float density)
-
ClusterMapViewParams
ClusterMapViewParams(Context context, Surface surface, Integer width, Integer height)
-
-
Method Detail
-
getContext
final Context getContext()
-
getSurface
final Surface getSurface()
-
getDensity
final Float getDensity()
-
getDefaultLocation
final LatLon getDefaultLocation()
-
getCreateCVP
final Boolean getCreateCVP()
-
getZoomLevel
final Float getZoomLevel()
-
getReadyListener
final MapViewReadyListener<ClusterMapView> getReadyListener()
-
-
-
-