Class PollingLocation
A location where a voter can vote. This may be an early vote site, an election day voting location, or a drop off location for a completed ballot.
Implements
Inherited Members
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class PollingLocation : IDirectResponseSchema
Properties
Address
The address of the location.
Declaration
[JsonProperty("address")]
public virtual SimpleAddressType Address { get; set; }
Property Value
Type | Description |
---|---|
SimpleAddressType |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
The last date that this early vote site or drop off location may be used. This field is not populated for polling locations.
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
Latitude
Latitude of the location, in degrees north of the equator. Note this field may not be available for some locations.
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
Longitude
Longitude of the location, in degrees east of the Prime Meridian. Note this field may not be available for some locations.
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
Name
The name of the early vote site or drop off location. This field is not populated for polling locations.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Notes
Notes about this location (e.g. accessibility ramp or entrance to use).
Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
Type | Description |
---|---|
string |
PollingHours
A description of when this location is open.
Declaration
[JsonProperty("pollingHours")]
public virtual string PollingHours { get; set; }
Property Value
Type | Description |
---|---|
string |
Sources
A list of sources for this location. If multiple sources are listed the data has been aggregated from those sources.
Declaration
[JsonProperty("sources")]
public virtual IList<Source> Sources { get; set; }
Property Value
Type | Description |
---|---|
IList<Source> |
StartDate
The first date that this early vote site or drop off location may be used. This field is not populated for polling locations.
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type | Description |
---|---|
string |
VoterServices
The services provided by this early vote site or drop off location. This field is not populated for polling locations.
Declaration
[JsonProperty("voterServices")]
public virtual string VoterServices { get; set; }
Property Value
Type | Description |
---|---|
string |