MapViewOptions (API Reference)
Package com.here.sdk.mapview
Class MapViewOptions
java.lang.Object
com.here.sdk.mapview.MapViewOptions
Options used for initialization of map view
-
Field Summary
FieldsModifier and TypeFieldDescriptionInitial loading background color that will be shown between rendering the first frame without a scene loaded and before rendering the first frame after a scene is loaded.If not set, it will default toProjection of mapSpecifies whether theMapViewwill useSurfaceVieworTextureViewfor map rendering. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
projection
Projection of map
-
initialBackgroundColor
Initial loading background color that will be shown between rendering the first frame without a scene loaded and before rendering the first frame after a scene is loaded.If not set, it will default to
#D3D3D3. Alpha value gets ignored and is assumed as 1.0.
-
renderMode
Specifies whether the
MapViewwill useSurfaceVieworTextureViewfor map rendering. Defaults toMapRenderMode.SURFACE.
-
-
Constructor Details
-
MapViewOptions
public MapViewOptions()Creates a new instance.
-
-
Method Details