* @description Creates new link element inside the ViewCenter container and provides onclick functionality to reposition the map view to the map's center based on its current projection.
* @param {String} className - The name of the element's class.
* @param {Div} container - The container object to put the element into.
* @param {AstroMap} map - The map to add the control to.
* @return {Link} Element containing the ViewCenter link.