TranslucentMapLayerGroup.create constructor

TranslucentMapLayerGroup.create(
  1. String name,
  2. HereMapControllerCore aMap
)

Creates an instance of the group.

Throws TranslucentMapLayerGroupInstantiationException. In case of invalid input parameters.

Implementation

factory TranslucentMapLayerGroup.create(String name, HereMapControllerCore aMap) => $prototype.create(name, aMap);