Class MapViewOptions

java.lang.Object
com.here.sdk.mapview.MapViewOptions

public final class MapViewOptions extends Object

Options used for initialization of map view

  • Field Details

    • projection

      @NonNull public MapProjection projection

      Projection of map

    • initialBackgroundColor

      @Nullable public Color 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

      @NonNull public MapRenderMode renderMode

      Specifies whether the MapView will use SurfaceView or TextureView for map rendering. Defaults to MapRenderMode.SURFACE.

  • Constructor Details

    • MapViewOptions

      public MapViewOptions()

      Creates a new instance.

  • Method Details