| 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(String fieldName,
Object value) |
GeoPoint |
GeoPoint.setAltitude(Double altitude)
Altitude above the reference ellipsoid, in meters.
|
GeoPoint |
GeoPoint.setLatitude(Double latitude)
Latitude in degrees.
|
GeoPoint |
GeoPoint.setLongitude(Double longitude)
Longitude in degrees.
|
| Modifier and Type | Method and Description |
|---|---|
VideoRecordingDetails |
VideoRecordingDetails.setLocation(GeoPoint location)
The geolocation information associated with the video.
|
Copyright © 2011–2021 Google. All rights reserved.