
public class LabelledGeoPoint extends GeoPoint
GeoPoint with a label.
Created by Miguel Porto on 12-11-2016.| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
DEG2RAD, PI, PI_2, PI_4, RAD2DEGEQUATORCIRCUMFENCE, FEET_PER_METER, METERS_PER_NAUTICAL_MILE, METERS_PER_STATUTE_MILE, RADIUS_EARTH_METERS| Constructor and Description |
|---|
LabelledGeoPoint(double aLatitude,
double aLongitude) |
LabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude) |
LabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude,
String aLabel) |
LabelledGeoPoint(double aLatitude,
double aLongitude,
String aLabel) |
LabelledGeoPoint(int aLatitudeE6,
int aLongitudeE6) |
LabelledGeoPoint(int aLatitudeE6,
int aLongitudeE6,
int aAltitude) |
LabelledGeoPoint(Location aLocation) |
| Modifier and Type | Method and Description |
|---|---|
LabelledGeoPoint |
clone() |
String |
getLabel() |
void |
setLabel(String label) |
void |
writeToParcel(Parcel out,
int flags) |
bearingTo, describeContents, destinationPoint, distanceTo, equals, fromCenterBetween, fromDoubleString, fromIntString, fromInvertedDoubleString, getAltitude, getLatitude, getLatitudeE6, getLongitude, getLongitudeE6, hashCode, setAltitude, setCoords, setLatitude, setLongitude, toDoubleString, toIntString, toInvertedDoubleString, toStringpublic LabelledGeoPoint(int aLatitudeE6,
int aLongitudeE6)
public LabelledGeoPoint(int aLatitudeE6,
int aLongitudeE6,
int aAltitude)
public LabelledGeoPoint(double aLatitude,
double aLongitude)
public LabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude)
public LabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude,
String aLabel)
public LabelledGeoPoint(Location aLocation)
public LabelledGeoPoint(double aLatitude,
double aLongitude,
String aLabel)
public String getLabel()
public void setLabel(String label)
public LabelledGeoPoint clone()
public void writeToParcel(Parcel out,
int flags)
writeToParcel in class GeoPoint