TranslucentMapLayerGroup.withPriority constructor

TranslucentMapLayerGroup.withPriority(
  1. String name,
  2. HereMapControllerCore aMap,
  3. MapLayerPriority priority
)

Creates an instance of the group.

new MapLayerPriorityBuilder().renderedAfterLayer("water").build()

MapLayerPriorityBuilder().renderedAfterLayer("water").build()

Throws TranslucentMapLayerGroupInstantiationException. In case of invalid input parameters.

Implementation

factory TranslucentMapLayerGroup.withPriority(String name, HereMapControllerCore aMap, MapLayerPriority priority) => $prototype.withPriority(name, aMap, priority);