# `ExIbge.Geography.Municipality`
[🔗](https://github.com/pedrohfonseca81/ex_ibge/blob/main/lib/ex_ibge/geography/municipality.ex#L1)

# `t`

```elixir
@type t() :: %ExIbge.Geography.Municipality{
  id: term(),
  immediate_region: term(),
  microregion: term(),
  name: term()
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
@spec from_map(map()) :: t()
```

Convert a map to a municipality.

# `param_mappings`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
