# Function: get() (/jsdoc/nqtr/index/namespaces/RegisteredMaps/functions/get)



\> **get**(`id`): [`MapInterface`](/jsdoc/nqtr/index/interfaces/MapInterface) | `undefined`

Defined in: [src/registries/RegisteredMaps.ts:32](https://github.com/DRincs-Productions/nqtr/blob/db22fe9e7612d547ff25befcc444cf095348917d/src/registries/RegisteredMaps.ts#L32)

Get a map by its id.

## Parameters [#parameters]

### id [#id]

`string`

The id of the map.

## Returns [#returns]

[`MapInterface`](/jsdoc/nqtr/index/interfaces/MapInterface) | `undefined`

The map or undefined if not found.
