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