| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoPoint.clone() |
GeoPoint |
VideoRecordingDetails.getLocation()
The geolocation information associated with the video.
|
GeoPoint |
GeoPoint.set(java.lang.String fieldName,
java.lang.Object value) |
GeoPoint |
GeoPoint.setAltitude(java.lang.Double altitude)
Altitude above the reference ellipsoid, in meters.
|
GeoPoint |
GeoPoint.setLatitude(java.lang.Double latitude)
Latitude in degrees.
|
GeoPoint |
GeoPoint.setLongitude(java.lang.Double longitude)
Longitude in degrees.
|
| Modifier and Type | Method and Description |
|---|---|
VideoRecordingDetails |
VideoRecordingDetails.setLocation(GeoPoint location)
The geolocation information associated with the video.
|