-
- All Implemented Interfaces:
public final class IntersectionViewParams
-
-
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 ViewOptions
viewOptions
private final MapViewReadyListener<IntersectionView>
readyListener
-
Constructor Summary
Constructors Constructor Description IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel, ViewOptions viewOptions, MapViewReadyListener<IntersectionView> readyListener)
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel, ViewOptions viewOptions)
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel)
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP)
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation)
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density)
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height)
IntersectionViewParams(Context context, Surface surface, Integer width)
IntersectionViewParams(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 ViewOptions
getViewOptions()
final MapViewReadyListener<IntersectionView>
getReadyListener()
-
-
Constructor Detail
-
IntersectionViewParams
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel, ViewOptions viewOptions, MapViewReadyListener<IntersectionView> readyListener)
-
IntersectionViewParams
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel, ViewOptions viewOptions)
-
IntersectionViewParams
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP, Float zoomLevel)
-
IntersectionViewParams
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation, Boolean createCVP)
-
IntersectionViewParams
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density, LatLon defaultLocation)
-
IntersectionViewParams
IntersectionViewParams(Context context, Surface surface, Integer width, Integer height, Float density)
-
IntersectionViewParams
IntersectionViewParams(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()
-
getViewOptions
final ViewOptions getViewOptions()
-
getReadyListener
final MapViewReadyListener<IntersectionView> getReadyListener()
-
-
-
-