
public class StyledLabelledGeoPoint extends LabelledGeoPoint
GeoConstants.UnitOfMeasureParcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
(package private) Paint |
mPointStyle |
(package private) Paint |
mTextStyle |
CREATOR, mLabelDEG2RAD, PI, PI_2, PI_4, RAD2DEGEQUATORCIRCUMFENCE, FEET_PER_METER, METERS_PER_NAUTICAL_MILE, METERS_PER_STATUTE_MILE, RADIUS_EARTH_METERSCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
StyledLabelledGeoPoint(double aLatitude,
double aLongitude) |
StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude) |
StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude,
String aLabel) |
StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude,
String aLabel,
Paint pointStyle,
Paint textStyle) |
StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
String aLabel) |
StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
String aLabel,
Paint pointStyle,
Paint textStyle) |
StyledLabelledGeoPoint(GeoPoint aGeopoint) |
StyledLabelledGeoPoint(LabelledGeoPoint aLabelledGeopoint) |
StyledLabelledGeoPoint(Location aLocation) |
| Modifier and Type | Method and Description |
|---|---|
StyledLabelledGeoPoint |
clone() |
Paint |
getPointStyle() |
Paint |
getTextStyle() |
void |
setPointStyle(Paint mPointStyle) |
void |
setTextStyle(Paint mTextStyle) |
getLabel, setLabel, writeToParcelbearingTo, describeContents, destinationPoint, distanceToAsDouble, equals, fromCenterBetween, fromDoubleString, fromIntString, fromInvertedDoubleString, getAltitude, getLatitude, getLatitudeE6, getLongitude, getLongitudeE6, hashCode, setAltitude, setCoords, setLatitude, setLongitude, toDoubleString, toIntString, toInvertedDoubleString, toStringpublic StyledLabelledGeoPoint(double aLatitude,
double aLongitude)
public StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude)
public StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude,
String aLabel)
public StyledLabelledGeoPoint(Location aLocation)
public StyledLabelledGeoPoint(GeoPoint aGeopoint)
public StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
String aLabel)
public StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
String aLabel,
Paint pointStyle,
Paint textStyle)
public StyledLabelledGeoPoint(double aLatitude,
double aLongitude,
double aAltitude,
String aLabel,
Paint pointStyle,
Paint textStyle)
public StyledLabelledGeoPoint(LabelledGeoPoint aLabelledGeopoint)
public Paint getPointStyle()
public void setPointStyle(Paint mPointStyle)
public Paint getTextStyle()
public void setTextStyle(Paint mTextStyle)
public StyledLabelledGeoPoint clone()
clone in class LabelledGeoPoint