public final class LocationFieldValue
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
address
Address value associated with the latitude and longitude values.
|
static android.os.Parcelable.Creator<LocationFieldValue> |
CREATOR |
double |
lat
Latitude value for the location.
|
double |
lng
Longitude value for the location.
|
java.lang.Double |
radius
Radius value for the geofence type of location.
|
| Modifier | Constructor and Description |
|---|---|
|
LocationFieldValue(double lat,
double lng,
java.lang.Double radius,
java.lang.String address) |
protected |
LocationFieldValue(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final double lat
public final double lng
@Nullable public final java.lang.Double radius
public final java.lang.String address
public static final android.os.Parcelable.Creator<LocationFieldValue> CREATOR