TranslucentMapLayerGroup.create constructor - TranslucentMapLayerGroup - mapview library - Dart API
TranslucentMapLayerGroup.create
TranslucentMapLayerGroup.create constructor
- String name,
- HereMapControllerCore aMap
Creates an instance of the group.
-
nameName of the group. Must be unique across MapLayer and TranslucentMapLayerGroup. -
aMapThe map to attach the group to.
Throws TranslucentMapLayerGroupInstantiationException. In case of invalid input parameters.
Implementation
factory TranslucentMapLayerGroup.create(String name, HereMapControllerCore aMap) => $prototype.create(name, aMap);