com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Post.Location |
clone() |
Double |
getLat()
Location's latitude.
|
Double |
getLng()
Location's longitude.
|
String |
getName()
Location name.
|
String |
getSpan()
Location's viewport span.
|
Post.Location |
set(String fieldName,
Object value) |
Post.Location |
setLat(Double lat)
Location's latitude.
|
Post.Location |
setLng(Double lng)
Location's longitude.
|
Post.Location |
setName(String name)
Location name.
|
Post.Location |
setSpan(String span)
Location's viewport span.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Double getLat()
null for nonepublic Post.Location setLat(Double lat)
lat - lat or null for nonepublic Double getLng()
null for nonepublic Post.Location setLng(Double lng)
lng - lng or null for nonepublic String getName()
null for nonepublic Post.Location setName(String name)
name - name or null for nonepublic String getSpan()
null for nonepublic Post.Location setSpan(String span)
span - span or null for nonepublic Post.Location set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Post.Location clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.