@type t() :: %ExIbge.Geography.Microregion{ id: term(), mesoregion: term(), name: term() }
@spec from_map(map() | nil) :: t() | nil