gVote is a voter information platform that walks users through steps in the U.S. voting procedure by helping users register to vote, listing relevant upcoming elections, and providing ballot information and nearby polling sites, so that users are prepared to vote on election day.
VoterInfoQuery returns a list of social channels used by candidates. This information is parsed from the JSON response and placed in a Map object in the Candidate object class. In datastore, the channels are stored in an embedded entity in the candidate entity which is read into a map when the candidate information is retrieved from datastore.
VoterInfoQuery returns a list of social channels used by candidates. This information is parsed from the JSON response and placed in a Map object in the Candidate object class. In datastore, the channels are stored in an embedded entity in the candidate entity which is read into a map when the candidate information is retrieved from datastore.