dropOffLocations property

List<PollingLocation>? dropOffLocations
getter/setter pair

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.

Implementation

core.List<PollingLocation>? dropOffLocations;