You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-civicinfo/v2/1.30.1/com/google/api/services/civicinfo/v2/model/PollingLocation.java
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -56,18 +56,16 @@ public final class PollingLocation extends com.google.api.client.json.GenericJso
56
56
privatejava.lang.Stringid;
57
57
58
58
/**
59
-
* Latitude of the location, in degrees north of the equator. Only some locations -- generally,
60
-
* ballot drop boxes for vote-by-mail elections -- will have this set; for others, use a geocoding
61
-
* service like the Google Maps API to resolve the address to a geographic point.
59
+
* Latitude of the location, in degrees north of the equator. Note this field may not be available
60
+
* for some locations.
62
61
* The value may be {@code null}.
63
62
*/
64
63
@com.google.api.client.util.Key
65
64
privatejava.lang.Doublelatitude;
66
65
67
66
/**
68
-
* Longitude of the location, in degrees east of the Prime Meridian. Only some locations --
69
-
* generally, ballot drop boxes for vote-by-mail elections -- will have this set; for others, use
70
-
* a geocoding service like the Google Maps API to resolve the address to a geographic point.
67
+
* Longitude of the location, in degrees east of the Prime Meridian. Note this field may not be
68
+
* available for some locations.
71
69
* The value may be {@code null}.
72
70
*/
73
71
@com.google.api.client.util.Key
@@ -177,19 +175,17 @@ public PollingLocation setId(java.lang.String id) {
177
175
}
178
176
179
177
/**
180
-
* Latitude of the location, in degrees north of the equator. Only some locations -- generally,
181
-
* ballot drop boxes for vote-by-mail elections -- will have this set; for others, use a geocoding
182
-
* service like the Google Maps API to resolve the address to a geographic point.
178
+
* Latitude of the location, in degrees north of the equator. Note this field may not be available
179
+
* for some locations.
183
180
* @return value or {@code null} for none
184
181
*/
185
182
publicjava.lang.DoublegetLatitude() {
186
183
returnlatitude;
187
184
}
188
185
189
186
/**
190
-
* Latitude of the location, in degrees north of the equator. Only some locations -- generally,
191
-
* ballot drop boxes for vote-by-mail elections -- will have this set; for others, use a geocoding
192
-
* service like the Google Maps API to resolve the address to a geographic point.
187
+
* Latitude of the location, in degrees north of the equator. Note this field may not be available
188
+
* for some locations.
193
189
* @param latitude latitude or {@code null} for none
0 commit comments