public class PKLocation extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Double |
altitude |
protected double |
latitude |
protected double |
longitude |
protected String |
relevantText |
| Modifier | Constructor and Description |
|---|---|
protected |
PKLocation() |
| Modifier and Type | Method and Description |
|---|---|
static PKLocationBuilder |
builder() |
static PKLocationBuilder |
builder(PKLocation location) |
protected PKLocation |
clone() |
Double |
getAltitude() |
double |
getLatitude() |
double |
getLongitude() |
String |
getRelevantText() |
String |
toString() |
protected double latitude
protected double longitude
protected Double altitude
protected String relevantText
public double getLatitude()
public double getLongitude()
public Double getAltitude()
public String getRelevantText()
protected PKLocation clone()
public static PKLocationBuilder builder()
public static PKLocationBuilder builder(PKLocation location)
Copyright © 2012–2022. All rights reserved.