public static final class File.ImageMediaMetadata.Location
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Location() |
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Double getAltitude()
null
for nonepublic File.ImageMediaMetadata.Location setAltitude(Double altitude)
altitude
- altitude or null
for nonepublic Double getLatitude()
null
for nonepublic File.ImageMediaMetadata.Location setLatitude(Double latitude)
latitude
- latitude or null
for nonepublic Double getLongitude()
null
for nonepublic File.ImageMediaMetadata.Location setLongitude(Double longitude)
longitude
- longitude or null
for nonepublic File.ImageMediaMetadata.Location set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public File.ImageMediaMetadata.Location clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.