GTA V NativesuiUi::lockMinimapPositionOn this pageUi::lockMinimapPositionLocks the minimap to the specified world position. Syntax ```js mp.game.ui.lockMinimapPosition(x, y); ``` Required Arguments x: float y: float Return value Undefined Example ```js // todo ``` See also