| Package | Description |
|---|---|
| com.google.api.services.coordinate.model |
| Modifier and Type | Method and Description |
|---|---|
LocationRecord |
LocationRecord.clone() |
LocationRecord |
LocationRecord.set(java.lang.String fieldName,
java.lang.Object value) |
LocationRecord |
LocationRecord.setCollectionTime(java.lang.Long collectionTime)
The collection time in milliseconds since the epoch.
|
LocationRecord |
LocationRecord.setConfidenceRadius(java.lang.Double confidenceRadius)
The location accuracy in meters.
|
LocationRecord |
LocationRecord.setKind(java.lang.String kind)
Identifies this object as a location.
|
LocationRecord |
LocationRecord.setLatitude(java.lang.Double latitude)
Latitude.
|
LocationRecord |
LocationRecord.setLongitude(java.lang.Double longitude)
Longitude.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LocationRecord> |
LocationListResponse.getItems()
Locations in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
LocationListResponse |
LocationListResponse.setItems(java.util.List<LocationRecord> items)
Locations in the collection.
|