import {MapConfigurator} from 'guide4you/src/configurators/MapConfigurator.js'MapConfigurator
This class configures a map once the configureMap method is called. configureMap initializes the map and can only be called once. it delegates the configureUI and configureLayers to the {{UIConfigurator}} and {{LayerConfigurator}} classes.
Constructor Summary
| Public Constructor | ||
| public |
constructor(map: G4UMap) |
|
Member Summary
| Private Members | ||
| private |
|
|
| private |
|
|
| private |
|
|
| private |
|
|
Method Summary
| Public Methods | ||
| public |
Delegate call to {{LayerConfigurator}} |
|
| public |
|
|
| public |
Delegate call to {{UIConfigurator}} |
|
