Show / Hide Table of Contents

Class CivicinfoSchemaV2PollingLocation

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.

Inheritance
object
CivicinfoSchemaV2PollingLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class CivicinfoSchemaV2PollingLocation : IDirectResponseSchema

Properties

Address

The address of the location.

Declaration
[JsonProperty("address")]
public virtual CivicinfoSchemaV2SimpleAddressType Address { get; set; }
Property Value
Type Description
CivicinfoSchemaV2SimpleAddressType

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<CivicinfoSchemaV2Source> Sources { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2Source>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX