public class Location
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LATITUDE_FIELD |
static java.lang.String |
LONGITUDE_FIELD |
Constructor and Description |
---|
Location() |
Location(org.json.JSONObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getLatitude() |
java.lang.Double |
getLongitude() |
void |
setLatitude(java.lang.Double latitude) |
void |
setLongitude(java.lang.Double longitude) |
org.json.JSONObject |
toJson() |
public static final java.lang.String LONGITUDE_FIELD
public static final java.lang.String LATITUDE_FIELD
Copyright © 2019 Citunius GmbH. All Rights Reserved.