Optionaloptions: SimpleMapOptions & { returnMap?: true }Creates a simple map registry service with exactly one map configuration.
The map is configured by using the options parameter.
If options.returnMap is true (the default), the map model is also returned.
Returns the map registry and the id of the configured map.
Optionaloptions: SimpleMapOptions
Creates a simple map registry service with exactly one map configuration.
The map is configured by using the
optionsparameter. Ifoptions.returnMapistrue(the default), the map model is also returned.Returns the map registry and the id of the configured map.