GoogleCivicApi.Impl.Representatives (GoogleCivicApi v0.1.1) View Source
Documentation for GoogleCivicApi
.
Link to this section Summary
Functions
Looks up political geography and representative information for a single address.
Link to this section Types
Specs
Specs
Link to this section Functions
Specs
Looks up political geography and representative information for a single address.
Examples
iex> GoogleCivicApi.Impl.Representatives.byAddress()
[ %{
locations: [
%{
address: %{
city: "Baltimore",
line1: "111 North Calvert Street",
state: "MD"
}
}
],
name: "Marilyn Bentley",
party: "Democratic Party",
phones: ["(410) 333-3733"]
}]