google_api_civic_info v0.5.0 GoogleApi.CivicInfo.V2.Model.StreetSegment View Source

Attributes

  • ncoaAddress (type: String.t, default: nil) -
  • unitType (type: String.t, default: nil) -
  • unitNumber (type: String.t, default: nil) -
  • congressionalDistrict (type: String.t, default: nil) -
  • stateHouseDistrict (type: String.t, default: nil) -
  • precinctName (type: String.t, default: nil) -
  • geographicDivisionOcdIds (type: list(String.t), default: nil) -
  • vanPrecinctCode (type: String.t, default: nil) -
  • startLatE7 (type: String.t, default: nil) -
  • published (type: boolean(), default: nil) -
  • contestIds (type: list(String.t), default: nil) -
  • geocodedPoint (type: GoogleApi.CivicInfo.V2.Model.PointProto.t, default: nil) -
  • startLngE7 (type: String.t, default: nil) -
  • municipalDistrict (type: String.t, default: nil) -
  • id (type: String.t, default: nil) -
  • streetName (type: String.t, default: nil) -
  • subAdministrativeAreaName (type: String.t, default: nil) -
  • surrogateId (type: String.t, default: nil) -
  • pollinglocationByIds (type: list(String.t), default: nil) -
  • countyCouncilDistrict (type: String.t, default: nil) -
  • oddOrEvens (type: list(String.t), default: nil) -
  • datasetId (type: String.t, default: nil) -
  • originalId (type: String.t, default: nil) -
  • state (type: String.t, default: nil) -
  • countyFips (type: String.t, default: nil) -
  • targetsmartUniquePrecinctCode (type: String.t, default: nil) -
  • precinctOcdId (type: String.t, default: nil) -
  • earlyVoteSiteByIds (type: list(String.t), default: nil) -
  • wildcard (type: boolean(), default: nil) -
  • city (type: String.t, default: nil) -
  • beforeGeocodeId (type: String.t, default: nil) -
  • cityCouncilDistrict (type: String.t, default: nil) -
  • wardDistrict (type: String.t, default: nil) -
  • provenances (type: list(GoogleApi.CivicInfo.V2.Model.Provenance.t), default: nil) -
  • administrationRegionIds (type: list(String.t), default: nil) -
  • schoolDistrict (type: String.t, default: nil) -
  • zip (type: String.t, default: nil) -
  • judicialDistrict (type: String.t, default: nil) -
  • mailOnly (type: boolean(), default: nil) -
  • townshipDistrict (type: String.t, default: nil) -
  • endHouseNumber (type: String.t, default: nil) -
  • catalistUniquePrecinctCode (type: String.t, default: nil) -
  • startHouseNumber (type: String.t, default: nil) -
  • stateSenateDistrict (type: String.t, default: nil) -
  • voterGeographicDivisionOcdIds (type: list(String.t), default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CivicInfo.V2.Model.StreetSegment{
  targetsmartUniquePrecinctCode: String.t(),
  stateSenateDistrict: String.t(),
  geographicDivisionOcdIds: [String.t()],
  datasetId: String.t(),
  municipalDistrict: String.t(),
  city: String.t(),
  earlyVoteSiteByIds: [String.t()],
  subAdministrativeAreaName: String.t(),
  townshipDistrict: String.t(),
  endHouseNumber: String.t(),
  surrogateId: String.t(),
  startLngE7: String.t(),
  contestIds: [String.t()],
  originalId: String.t(),
  countyFips: String.t(),
  congressionalDistrict: String.t(),
  startLatE7: String.t(),
  countyCouncilDistrict: String.t(),
  precinctName: String.t(),
  id: String.t(),
  unitNumber: String.t(),
  mailOnly: boolean(),
  oddOrEvens: [String.t()],
  ncoaAddress: String.t(),
  published: boolean(),
  beforeGeocodeId: String.t(),
  geocodedPoint: GoogleApi.CivicInfo.V2.Model.PointProto.t(),
  unitType: String.t(),
  streetName: String.t(),
  wildcard: boolean(),
  state: String.t(),
  pollinglocationByIds: [String.t()],
  vanPrecinctCode: String.t(),
  catalistUniquePrecinctCode: String.t(),
  judicialDistrict: String.t(),
  schoolDistrict: String.t(),
  voterGeographicDivisionOcdIds: [String.t()],
  stateHouseDistrict: String.t(),
  provenances: [GoogleApi.CivicInfo.V2.Model.Provenance.t()],
  administrationRegionIds: [String.t()],
  wardDistrict: String.t(),
  zip: String.t(),
  startHouseNumber: String.t(),
  cityCouncilDistrict: String.t(),
  precinctOcdId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.