public class RecordedGeoPoint extends GeoPoint implements OpenStreetMapContributorConstants
GeoPoint
with a timeStamp.Modifier and Type | Field and Description |
---|---|
protected int |
mNumSatellites |
protected long |
mTimeStamp |
MINDIAGONALMETERS_FOR_OSM_CONTRIBUTION, MINGEOPOINTS_FOR_OSM_CONTRIBUTION, NOT_SET, OSM_CREATOR_INFO, OSM_PASSWORD, OSM_USERNAME
DEG2RAD, PI, PI_2, PI_4, RAD2DEG
EQUATORCIRCUMFENCE, FEET_PER_METER, METERS_PER_NAUTICAL_MILE, METERS_PER_STATUTE_MILE, RADIUS_EARTH_METERS
Constructor and Description |
---|
RecordedGeoPoint(int latitudeE6,
int longitudeE6) |
RecordedGeoPoint(int latitudeE6,
int longitudeE6,
long aTimeStamp,
int aNumSatellites) |
Modifier and Type | Method and Description |
---|---|
double |
getLatitudeAsDouble() |
double |
getLongitudeAsDouble() |
int |
getNumSatellites() |
long |
getTimeStamp() |
bearingTo, clone, describeContents, destinationPoint, distanceTo, equals, fromCenterBetween, fromDoubleString, fromIntString, fromInvertedDoubleString, getAltitude, getLatitude, getLatitudeE6, getLongitude, getLongitudeE6, hashCode, setAltitude, setCoordsE6, setLatitudeE6, setLongitudeE6, toDoubleString, toInvertedDoubleString, toString, writeToParcel
protected final long mTimeStamp
protected final int mNumSatellites
Copyright © 2014. All Rights Reserved.