Optional
options: 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.
Optional
options: SimpleMapOptions
Creates a simple map registry service with exactly one map configuration.
The map is configured by using the
options
parameter. Ifoptions.returnMap
istrue
(the default), the map model is also returned.Returns the map registry and the id of the configured map.