ExIbge.Geography.Municipality (ex_ibge v0.4.0)

Copy Markdown View Source

Summary

Functions

Convert a map to a municipality.

Types

t()

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

Functions

from_map(data)

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

Convert a map to a municipality.

param_mappings()