-
- All Implemented Interfaces:
public final class IntersectionViewParams
-
-
Field Summary
Fields Modifier and Type Field Description private final Contextcontextprivate final Surfacesurfaceprivate final Integerwidthprivate final Integerheightprivate final Floatdensityprivate final LatLondefaultLocationprivate final BooleancreateCVPprivate final FloatzoomLevelprivate final ViewOptionsviewOptionsprivate 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 ContextgetContext()final SurfacegetSurface()final IntegergetWidth()final IntegergetHeight()final FloatgetDensity()final LatLongetDefaultLocation()final BooleangetCreateCVP()final FloatgetZoomLevel()final ViewOptionsgetViewOptions()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()
-
-
-
-