Drive API v2 (revision 47)
com.google.api.services.drive.model
Class File.ImageMediaMetadata.Location
java.lang.Object
java.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.File.ImageMediaMetadata.Location
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- File.ImageMediaMetadata
public static final class File.ImageMediaMetadata.Location
- extends GenericJson
Geographic location information stored in the image.
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
File.ImageMediaMetadata.Location
public File.ImageMediaMetadata.Location()
getAltitude
public java.lang.Double getAltitude()
- The altitude stored in the image.
The value returned may be
null
.
setAltitude
public File.ImageMediaMetadata.Location setAltitude(java.lang.Double altitude)
- The altitude stored in the image.
The value set may be
null
.
getLatitude
public java.lang.Double getLatitude()
- The latitude stored in the image.
The value returned may be
null
.
setLatitude
public File.ImageMediaMetadata.Location setLatitude(java.lang.Double latitude)
- The latitude stored in the image.
The value set may be
null
.
getLongitude
public java.lang.Double getLongitude()
- The longitude stored in the image.
The value returned may be
null
.
setLongitude
public File.ImageMediaMetadata.Location setLongitude(java.lang.Double longitude)
- The longitude stored in the image.
The value set may be
null
.