target.apidocs.com.google.api.services.drive.model.File.ImageMediaMetadata.Location.html Maven / Gradle / Ivy
File.ImageMediaMetadata.Location (Google Drive API v3-rev20240123-2.0.0)
com.google.api.services.drive.model
Class File.ImageMediaMetadata.Location
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.drive.model.File.ImageMediaMetadata.Location
-
- Enclosing class:
- File.ImageMediaMetadata
public static final class File.ImageMediaMetadata.Location
extends com.google.api.client.json.GenericJson
Output only. Geographic location information stored in the image.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
Location()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
File.ImageMediaMetadata.Location
clone()
Double
getAltitude()
Output only.
Double
getLatitude()
Output only.
Double
getLongitude()
Output only.
File.ImageMediaMetadata.Location
set(String fieldName,
Object value)
File.ImageMediaMetadata.Location
setAltitude(Double altitude)
Output only.
File.ImageMediaMetadata.Location
setLatitude(Double latitude)
Output only.
File.ImageMediaMetadata.Location
setLongitude(Double longitude)
Output only.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAltitude
public Double getAltitude()
Output only. The altitude stored in the image.
- Returns:
- value or
null
for none
-
setAltitude
public File.ImageMediaMetadata.Location setAltitude(Double altitude)
Output only. The altitude stored in the image.
- Parameters:
altitude
- altitude or null
for none
-
getLatitude
public Double getLatitude()
Output only. The latitude stored in the image.
- Returns:
- value or
null
for none
-
setLatitude
public File.ImageMediaMetadata.Location setLatitude(Double latitude)
Output only. The latitude stored in the image.
- Parameters:
latitude
- latitude or null
for none
-
getLongitude
public Double getLongitude()
Output only. The longitude stored in the image.
- Returns:
- value or
null
for none
-
setLongitude
public File.ImageMediaMetadata.Location setLongitude(Double longitude)
Output only. The longitude stored in the image.
- Parameters:
longitude
- longitude or null
for none
-
set
public File.ImageMediaMetadata.Location set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public File.ImageMediaMetadata.Location clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.