GTA V NativesuiUi::setMinimapVisibleOn this pageUi::setMinimapVisibleToggles the minimap-map and the map(in the mainmenu) visibility, no map will be drawn anymore Syntax ```js mp.game.ui.setMinimapVisible(toggle); ``` Required Arguments toggle: Boolean Return value Undefined Example ```js // todo ``` See also