Documentation ¶
Overview ¶
Package civicinfo provides access to the Google Civic Information API.
See https://developers.google.com/civic-information
Usage example:
import "google.golang.org/api/civicinfo/us_v1" ... civicinfoService, err := civicinfo.New(oauthHttpClient)
Index ¶
- type AdministrationRegion
- type AdministrativeBody
- type Candidate
- type Channel
- type Contest
- type DivisionSearchResponse
- type DivisionSearchResult
- type DivisionsSearchCall
- type DivisionsService
- type Election
- type ElectionOfficial
- type ElectionsElectionQueryCall
- type ElectionsQueryResponse
- type ElectionsService
- type ElectionsVoterInfoQueryCall
- type ElectoralDistrict
- type GeographicDivision
- type Office
- type Official
- type PollingLocation
- type RepresentativeInfoRequest
- type RepresentativeInfoResponse
- type RepresentativesRepresentativeInfoQueryCall
- func (c *RepresentativesRepresentativeInfoQueryCall) Do() (*RepresentativeInfoResponse, error)
- func (c *RepresentativesRepresentativeInfoQueryCall) Fields(s ...googleapi.Field) *RepresentativesRepresentativeInfoQueryCall
- func (c *RepresentativesRepresentativeInfoQueryCall) IncludeOffices(includeOffices bool) *RepresentativesRepresentativeInfoQueryCall
- func (c *RepresentativesRepresentativeInfoQueryCall) OcdId(ocdId string) *RepresentativesRepresentativeInfoQueryCall
- func (c *RepresentativesRepresentativeInfoQueryCall) Recursive(recursive bool) *RepresentativesRepresentativeInfoQueryCall
- type RepresentativesService
- type Service
- type SimpleAddressType
- type Source
- type VoterInfoRequest
- type VoterInfoResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdministrationRegion ¶
type AdministrationRegion struct { // ElectionAdministrationBody: The election administration body for this // area. ElectionAdministrationBody *AdministrativeBody `json:"electionAdministrationBody,omitempty"` // Id: An ID for this object. IDs may change in future requests and // should not be cached. Access to this field requires special access // that can be requested from the Request more link on the Quotas page. Id string `json:"id,omitempty"` // Local_jurisdiction: The city or county that provides election // information for this voter. This object can have the same elements as // state. Local_jurisdiction *AdministrationRegion `json:"local_jurisdiction,omitempty"` // Name: The name of the jurisdiction. Name string `json:"name,omitempty"` // Sources: A list of sources for this area. If multiple sources are // listed the data has been aggregated from those sources. Sources []*Source `json:"sources,omitempty"` }
type AdministrativeBody ¶
type AdministrativeBody struct { // AbsenteeVotingInfoUrl: A URL provided by this administrative body for // information on absentee voting. AbsenteeVotingInfoUrl string `json:"absenteeVotingInfoUrl,omitempty"` // BallotInfoUrl: A URL provided by this administrative body to give // contest information to the voter. BallotInfoUrl string `json:"ballotInfoUrl,omitempty"` // CorrespondenceAddress: The mailing address of this administrative // body. CorrespondenceAddress *SimpleAddressType `json:"correspondenceAddress,omitempty"` // ElectionInfoUrl: A URL provided by this administrative body for // looking up general election information. ElectionInfoUrl string `json:"electionInfoUrl,omitempty"` // ElectionOfficials: The election officials for this election // administrative body. ElectionOfficials []*ElectionOfficial `json:"electionOfficials,omitempty"` // ElectionRegistrationConfirmationUrl: A URL provided by this // administrative body for confirming that the voter is registered to // vote. ElectionRegistrationConfirmationUrl string `json:"electionRegistrationConfirmationUrl,omitempty"` // ElectionRegistrationUrl: A URL provided by this administrative body // for looking up how to register to vote. ElectionRegistrationUrl string `json:"electionRegistrationUrl,omitempty"` // ElectionRulesUrl: A URL provided by this administrative body // describing election rules to the voter. ElectionRulesUrl string `json:"electionRulesUrl,omitempty"` // HoursOfOperation: A description of the hours of operation for this // administrative body. HoursOfOperation string `json:"hoursOfOperation,omitempty"` // Name: The name of this election administrative body. Name string `json:"name,omitempty"` // PhysicalAddress: The physical address of this administrative body. PhysicalAddress *SimpleAddressType `json:"physicalAddress,omitempty"` // Voter_services: A description of the services this administrative // body may provide. Voter_services []string `json:"voter_services,omitempty"` // VotingLocationFinderUrl: A URL provided by this administrative body // for looking up where to vote. VotingLocationFinderUrl string `json:"votingLocationFinderUrl,omitempty"` }
type Candidate ¶
type Candidate struct { // CandidateUrl: The URL for the candidate's campaign web site. CandidateUrl string `json:"candidateUrl,omitempty"` // Channels: A list of known (social) media channels for this candidate. Channels []*Channel `json:"channels,omitempty"` // Email: The email address for the candidate's campaign. Email string `json:"email,omitempty"` // Name: The candidate's name. Name string `json:"name,omitempty"` // OrderOnBallot: The order the candidate appears on the ballot for this // contest. OrderOnBallot int64 `json:"orderOnBallot,omitempty,string"` // Party: The full name of the party the candidate is a member of. Party string `json:"party,omitempty"` // Phone: The voice phone number for the candidate's campaign office. Phone string `json:"phone,omitempty"` // PhotoUrl: A URL for a photo of the candidate. PhotoUrl string `json:"photoUrl,omitempty"` }
type Channel ¶
type Channel struct { // Id: The unique public identifier for the candidate's channel. Id string `json:"id,omitempty"` // Type: The type of channel. The following is a list of types of // channels, but is not exhaustive. More channel types may be added at a // later time. One of: GooglePlus, YouTube, Facebook, Twitter Type string `json:"type,omitempty"` }
type Contest ¶
type Contest struct { // BallotPlacement: A number specifying the position of this contest on // the voter's ballot. BallotPlacement int64 `json:"ballotPlacement,omitempty,string"` // Candidates: The candidate choices for this contest. Candidates []*Candidate `json:"candidates,omitempty"` // District: Information about the electoral district that this contest // is in. District *ElectoralDistrict `json:"district,omitempty"` // ElectorateSpecifications: A description of any additional eligibility // requirements for voting in this contest. ElectorateSpecifications string `json:"electorateSpecifications,omitempty"` // Id: An ID for this object. IDs may change in future requests and // should not be cached. Access to this field requires special access // that can be requested from the Request more link on the Quotas page. Id string `json:"id,omitempty"` // Level: The level of office for this contest. One of: federal, state, // county, city, other Level string `json:"level,omitempty"` // NumberElected: The number of candidates that will be elected to // office in this contest. NumberElected int64 `json:"numberElected,omitempty,string"` // NumberVotingFor: The number of candidates that a voter may vote for // in this contest. NumberVotingFor int64 `json:"numberVotingFor,omitempty,string"` // Office: The name of the office for this contest. Office string `json:"office,omitempty"` // PrimaryParty: If this is a partisan election, the name of the party // it is for. PrimaryParty string `json:"primaryParty,omitempty"` // ReferendumSubtitle: A brief description of the referendum. This field // is only populated for contests of type 'Referendum'. ReferendumSubtitle string `json:"referendumSubtitle,omitempty"` // ReferendumTitle: The title of the referendum (e.g. 'Proposition 42'). // This field is only populated for contests of type 'Referendum'. ReferendumTitle string `json:"referendumTitle,omitempty"` // ReferendumUrl: A link to the referendum. This field is only populated // for contests of type 'Referendum'. ReferendumUrl string `json:"referendumUrl,omitempty"` // Sources: A list of sources for this contest. If multiple sources are // listed, the data has been aggregated from those sources. Sources []*Source `json:"sources,omitempty"` // Special: "Yes" or "No" depending on whether this a contest being held // outside the normal election cycle. Special string `json:"special,omitempty"` // Type: The type of contest. Usually this will be 'General', 'Primary', // or 'Run-off' for contests with candidates. For referenda this will be // 'Referendum'. Type string `json:"type,omitempty"` }
type DivisionSearchResponse ¶
type DivisionSearchResponse struct { // Kind: Identifies what kind of resource this is. Value: the fixed // string "civicinfo#divisionSearchResponse". Kind string `json:"kind,omitempty"` Results []*DivisionSearchResult `json:"results,omitempty"` // Status: The result of the request. One of: success, // addressUnparseable, noAddressParameter, internalLookupFailure Status string `json:"status,omitempty"` }
type DivisionSearchResult ¶
type DivisionSearchResult struct { // Aliases: Other Open Civic Data identifiers that refer to the same // division -- for example, those that refer to other political // divisions whose boundaries are defined to be coterminous with this // one. For example, ocd-division/country:us/state:wy will include an // alias of ocd-division/country:us/state:wy/cd:1, since Wyoming has // only one Congressional district. Aliases []string `json:"aliases,omitempty"` // Name: The name of the division. Name string `json:"name,omitempty"` // OcdId: The unique Open Civic Data identifier for this division. OcdId string `json:"ocdId,omitempty"` }
type DivisionsSearchCall ¶
type DivisionsSearchCall struct {
// contains filtered or unexported fields
}
func (*DivisionsSearchCall) Do ¶
func (c *DivisionsSearchCall) Do() (*DivisionSearchResponse, error)
func (*DivisionsSearchCall) Fields ¶
func (c *DivisionsSearchCall) Fields(s ...googleapi.Field) *DivisionsSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DivisionsSearchCall) Query ¶
func (c *DivisionsSearchCall) Query(query string) *DivisionsSearchCall
Query sets the optional parameter "query": The search query. Queries can cover any parts of a OCD ID or a human readable division name. All words given in the query are treated as required patterns. In addition to that, most query operators of the Apache Lucene library are supported. See http://lucene.apache.org/core/2_9_4/queryparsersyntax.html
type DivisionsService ¶
type DivisionsService struct {
// contains filtered or unexported fields
}
func NewDivisionsService ¶
func NewDivisionsService(s *Service) *DivisionsService
func (*DivisionsService) Search ¶
func (r *DivisionsService) Search() *DivisionsSearchCall
Search: Searches for political divisions by their natural name or OCD ID.
type ElectionOfficial ¶
type ElectionOfficial struct { // EmailAddress: The email address of the election official. EmailAddress string `json:"emailAddress,omitempty"` // FaxNumber: The fax number of the election official. FaxNumber string `json:"faxNumber,omitempty"` // Name: The full name of the election official. Name string `json:"name,omitempty"` // OfficePhoneNumber: The office phone number of the election official. OfficePhoneNumber string `json:"officePhoneNumber,omitempty"` // Title: The title of the election official. Title string `json:"title,omitempty"` }
type ElectionsElectionQueryCall ¶
type ElectionsElectionQueryCall struct {
// contains filtered or unexported fields
}
func (*ElectionsElectionQueryCall) Do ¶
func (c *ElectionsElectionQueryCall) Do() (*ElectionsQueryResponse, error)
func (*ElectionsElectionQueryCall) Fields ¶
func (c *ElectionsElectionQueryCall) Fields(s ...googleapi.Field) *ElectionsElectionQueryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ElectionsQueryResponse ¶
type ElectionsService ¶
type ElectionsService struct {
// contains filtered or unexported fields
}
func NewElectionsService ¶
func NewElectionsService(s *Service) *ElectionsService
func (*ElectionsService) ElectionQuery ¶
func (r *ElectionsService) ElectionQuery() *ElectionsElectionQueryCall
ElectionQuery: List of available elections to query.
func (*ElectionsService) VoterInfoQuery ¶
func (r *ElectionsService) VoterInfoQuery(electionId int64, voterinforequest *VoterInfoRequest) *ElectionsVoterInfoQueryCall
VoterInfoQuery: Looks up information relevant to a voter based on the voter's registered address.
type ElectionsVoterInfoQueryCall ¶
type ElectionsVoterInfoQueryCall struct {
// contains filtered or unexported fields
}
func (*ElectionsVoterInfoQueryCall) Do ¶
func (c *ElectionsVoterInfoQueryCall) Do() (*VoterInfoResponse, error)
func (*ElectionsVoterInfoQueryCall) Fields ¶
func (c *ElectionsVoterInfoQueryCall) Fields(s ...googleapi.Field) *ElectionsVoterInfoQueryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ElectionsVoterInfoQueryCall) OfficialOnly ¶
func (c *ElectionsVoterInfoQueryCall) OfficialOnly(officialOnly bool) *ElectionsVoterInfoQueryCall
OfficialOnly sets the optional parameter "officialOnly": If set to true, only data from official state sources will be returned.
type ElectoralDistrict ¶
type ElectoralDistrict struct { // Id: An identifier for this district, relative to its scope. For // example, the 34th State Senate district would have id "34" and a // scope of stateUpper. Id string `json:"id,omitempty"` // Name: The name of the district. Name string `json:"name,omitempty"` // Scope: The geographic scope of this district. If unspecified the // district's geography is not known. One of: national, statewide, // congressional, stateUpper, stateLower, countywide, judicial, // schoolBoard, cityWide, township, countyCouncil, cityCouncil, ward, // special Scope string `json:"scope,omitempty"` }
type GeographicDivision ¶
type GeographicDivision struct { // AlsoKnownAs: Any other valid OCD IDs that refer to the same // division. // // Because OCD IDs are meant to be human-readable and at // least somewhat predictable, there are occasionally several // identifiers for a single division. These identifiers are defined to // be equivalent to one another, and one is always indicated as the // primary identifier. The primary identifier will be returned in ocd_id // above, and any other equivalent valid identifiers will be returned in // this list. // // For example, if this division's OCD ID is // ocd-division/country:us/district:dc, this will contain // ocd-division/country:us/state:dc. AlsoKnownAs []string `json:"alsoKnownAs,omitempty"` // Name: The name of the division. Name string `json:"name,omitempty"` // OfficeIds: List of keys in the offices object, one for each office // elected from this division. Will only be present if includeOffices // was true (or absent) in the request. OfficeIds []string `json:"officeIds,omitempty"` // Scope: The geographic scope of the division. If unspecified, the // division's geography is not known. One of: national, statewide, // congressional, stateUpper, stateLower, countywide, judicial, // schoolBoard, cityWide, township, countyCouncil, cityCouncil, ward, // special Scope string `json:"scope,omitempty"` }
type Office ¶
type Office struct { // DivisionId: The OCD ID of the division with which this office is // associated. DivisionId string `json:"divisionId,omitempty"` // Level: The level of this elected office. One of: federal, state, // county, city, other Level string `json:"level,omitempty"` // Name: The human-readable name of the office. Name string `json:"name,omitempty"` // OfficialIds: List of keys in the officials object of people who // presently hold this office. OfficialIds []string `json:"officialIds,omitempty"` // Sources: A list of sources for this office. If multiple sources are // listed, the data has been aggregated from those sources. Sources []*Source `json:"sources,omitempty"` }
type Official ¶
type Official struct { // Address: Addresses at which to contact the official. Address []*SimpleAddressType `json:"address,omitempty"` // Channels: A list of known (social) media channels for this official. Channels []*Channel `json:"channels,omitempty"` // Emails: The direct email addresses for the official. Emails []string `json:"emails,omitempty"` // Name: The official's name. Name string `json:"name,omitempty"` // Party: The full name of the party the official belongs to. Party string `json:"party,omitempty"` // Phones: The official's public contact phone numbers. Phones []string `json:"phones,omitempty"` // PhotoUrl: A URL for a photo of the official. PhotoUrl string `json:"photoUrl,omitempty"` // Urls: The official's public website URLs. Urls []string `json:"urls,omitempty"` }
type PollingLocation ¶
type PollingLocation struct { // Address: The address of the location. Address *SimpleAddressType `json:"address,omitempty"` // EndDate: The last date that this early vote site or drop off location // may be used. This field is not populated for polling locations. EndDate string `json:"endDate,omitempty"` // Id: An ID for this object. IDs may change in future requests and // should not be cached. Access to this field requires special access // that can be requested from the Request more link on the Quotas page. Id string `json:"id,omitempty"` // Name: The name of the early vote site or drop off location. This // field is not populated for polling locations. Name string `json:"name,omitempty"` // Notes: Notes about this location (e.g. accessibility ramp or entrance // to use). Notes string `json:"notes,omitempty"` // PollingHours: A description of when this location is open. PollingHours string `json:"pollingHours,omitempty"` // Sources: A list of sources for this location. If multiple sources are // listed the data has been aggregated from those sources. Sources []*Source `json:"sources,omitempty"` // StartDate: The first date that this early vote site or drop off // location may be used. This field is not populated for polling // locations. StartDate string `json:"startDate,omitempty"` // VoterServices: The services provided by this early vote site or drop // off location. This field is not populated for polling locations. VoterServices string `json:"voterServices,omitempty"` }
type RepresentativeInfoRequest ¶
type RepresentativeInfoRequest struct { // Address: The address to look up. May only be specified if the field // ocdId is not given in the URL. Address string `json:"address,omitempty"` }
type RepresentativeInfoResponse ¶
type RepresentativeInfoResponse struct { // Divisions: Political geographic divisions that contain the requested // address. Divisions map[string]GeographicDivision `json:"divisions,omitempty"` // Kind: Identifies what kind of resource this is. Value: the fixed // string "civicinfo#representativeInfoResponse". Kind string `json:"kind,omitempty"` // NormalizedInput: The normalized version of the requested address NormalizedInput *SimpleAddressType `json:"normalizedInput,omitempty"` // Offices: Elected offices referenced by the divisions listed above. // Will only be present if includeOffices was true in the request. Offices map[string]Office `json:"offices,omitempty"` // Officials: Officials holding the offices listed above. Will only be // present if includeOffices was true in the request. Officials map[string]Official `json:"officials,omitempty"` // Status: The result of the request. One of: success, // noStreetSegmentFound, addressUnparseable, noAddressParameter, // multipleStreetSegmentsFound, electionOver, electionUnknown, // internalLookupFailure, RequestedBothAddressAndOcdId Status string `json:"status,omitempty"` }
type RepresentativesRepresentativeInfoQueryCall ¶
type RepresentativesRepresentativeInfoQueryCall struct {
// contains filtered or unexported fields
}
func (*RepresentativesRepresentativeInfoQueryCall) Do ¶
func (c *RepresentativesRepresentativeInfoQueryCall) Do() (*RepresentativeInfoResponse, error)
func (*RepresentativesRepresentativeInfoQueryCall) Fields ¶
func (c *RepresentativesRepresentativeInfoQueryCall) Fields(s ...googleapi.Field) *RepresentativesRepresentativeInfoQueryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RepresentativesRepresentativeInfoQueryCall) IncludeOffices ¶
func (c *RepresentativesRepresentativeInfoQueryCall) IncludeOffices(includeOffices bool) *RepresentativesRepresentativeInfoQueryCall
IncludeOffices sets the optional parameter "includeOffices": Whether to return information about offices and officials. If false, only the top-level district information will be returned.
func (*RepresentativesRepresentativeInfoQueryCall) OcdId ¶
func (c *RepresentativesRepresentativeInfoQueryCall) OcdId(ocdId string) *RepresentativesRepresentativeInfoQueryCall
OcdId sets the optional parameter "ocdId": The division to look up. May only be specified if the address field is not given in the request body.
func (*RepresentativesRepresentativeInfoQueryCall) Recursive ¶
func (c *RepresentativesRepresentativeInfoQueryCall) Recursive(recursive bool) *RepresentativesRepresentativeInfoQueryCall
Recursive sets the optional parameter "recursive": When ocd_id is supplied, return all divisions which are hierarchically nested within the queried division. For example, if querying ocd-division/country:us/district:dc, this would also return all DC's wards and ANCs.
type RepresentativesService ¶
type RepresentativesService struct {
// contains filtered or unexported fields
}
func NewRepresentativesService ¶
func NewRepresentativesService(s *Service) *RepresentativesService
func (*RepresentativesService) RepresentativeInfoQuery ¶
func (r *RepresentativesService) RepresentativeInfoQuery(representativeinforequest *RepresentativeInfoRequest) *RepresentativesRepresentativeInfoQueryCall
RepresentativeInfoQuery: Looks up political geography and representative information based on an address or Open Civic Data division identifier.
type Service ¶
type Service struct { BasePath string // API endpoint base URL Divisions *DivisionsService Elections *ElectionsService Representatives *RepresentativesService // contains filtered or unexported fields }
type SimpleAddressType ¶
type SimpleAddressType struct { // City: The city or town for the address. City string `json:"city,omitempty"` // Line1: The street name and number of this address. Line1 string `json:"line1,omitempty"` // Line2: The second line the address, if needed. Line2 string `json:"line2,omitempty"` // Line3: The third line of the address, if needed. Line3 string `json:"line3,omitempty"` // LocationName: The name of the location. LocationName string `json:"locationName,omitempty"` // State: The US two letter state abbreviation of the address. State string `json:"state,omitempty"` // Zip: The US Postal Zip Code of the address. Zip string `json:"zip,omitempty"` }
type VoterInfoRequest ¶
type VoterInfoRequest struct { // Address: The registered address of the voter to look up. Address string `json:"address,omitempty"` }
type VoterInfoResponse ¶
type VoterInfoResponse struct { // Contests: Contests that will appear on the voter's ballot. Contests []*Contest `json:"contests,omitempty"` // DropOffLocations: Locations where a voter is eligible to drop off a // completed ballot. The voter must have received and completed a ballot // prior to arriving at the location. The location may not have ballots // available on the premises. These locations could be open on or before // election day as indicated in the pollingHours field. DropOffLocations []*PollingLocation `json:"dropOffLocations,omitempty"` // EarlyVoteSites: Locations where the voter is eligible to vote early, // prior to election day. EarlyVoteSites []*PollingLocation `json:"earlyVoteSites,omitempty"` // Election: The election that was queried. Election *Election `json:"election,omitempty"` // Kind: Identifies what kind of resource this is. Value: the fixed // string "civicinfo#voterInfoResponse". Kind string `json:"kind,omitempty"` // NormalizedInput: The normalized version of the requested address NormalizedInput *SimpleAddressType `json:"normalizedInput,omitempty"` // PollingLocations: Locations where the voter is eligible to vote on // election day. PollingLocations []*PollingLocation `json:"pollingLocations,omitempty"` PrecinctId string `json:"precinctId,omitempty"` // State: Local Election Information for the state that the voter votes // in. For the US, there will only be one element in this array. State []*AdministrationRegion `json:"state,omitempty"` // Status: The result of the request. One of: success, // noStreetSegmentFound, addressUnparseable, noAddressParameter, // multipleStreetSegmentsFound, electionOver, electionUnknown, // internalLookupFailure Status string `json:"status,omitempty"` }