Creates an HTML map element with a given configuration and inserts this at a given ID.
This is a convenience function that combines register, createMap and fetchServiceRegister.
register
createMap
fetchServiceRegister
It inserts the map element by replacing the element with the given ID. The ID and the classes of the container are transferred to the map element.
Configuration options.
Service register given as an array, or an URL to fetch this from.
Creates an HTML map element with a given configuration and inserts this at a given ID.
This is a convenience function that combines
register,createMapandfetchServiceRegister.It inserts the map element by replacing the element with the given ID. The ID and the classes of the container are transferred to the map element.