Drive API v2 (revision 47)



com.google.api.services.drive.model
Class File.ImageMediaMetadata.Location

java.lang.Object
  extended by java.util.AbstractMap<java.lang.String,java.lang.Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
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>
 
Constructor Summary
File.ImageMediaMetadata.Location()
           
 
Method Summary
 java.lang.Double getAltitude()
          The altitude stored in the image.
 java.lang.Double getLatitude()
          The latitude stored in the image.
 java.lang.Double getLongitude()
          The longitude stored in the image.
 File.ImageMediaMetadata.Location setAltitude(java.lang.Double altitude)
          The altitude stored in the image.
 File.ImageMediaMetadata.Location setLatitude(java.lang.Double latitude)
          The latitude stored in the image.
 File.ImageMediaMetadata.Location setLongitude(java.lang.Double longitude)
          The longitude stored in the image.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
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
 

Constructor Detail

File.ImageMediaMetadata.Location

public File.ImageMediaMetadata.Location()
Method Detail

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.