-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,java.lang.Cloneable,org.osmdroid.api.IGeoPoint,org.osmdroid.util.constants.GeoConstants,org.osmdroid.views.util.constants.MathConstants
public class LabelledGeoPoint extends GeoPoint
A GeoPoint with a label. Created by Miguel Porto on 12-11-2016.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<LabelledGeoPoint>CREATOR
-
Constructor Summary
Constructors Constructor Description LabelledGeoPoint(double aLatitude, double aLongitude)LabelledGeoPoint(double aLatitude, double aLongitude, double aAltitude)LabelledGeoPoint(double aLatitude, double aLongitude, double aAltitude, String aLabel)LabelledGeoPoint(Location aLocation)LabelledGeoPoint(GeoPoint aGeopoint)LabelledGeoPoint(double aLatitude, double aLongitude, String aLabel)LabelledGeoPoint(LabelledGeoPoint aLabelledGeopoint)
-
Method Summary
Modifier and Type Method Description StringgetLabel()voidsetLabel(String label)LabelledGeoPointclone()voidwriteToParcel(Parcel out, int flags)-
Methods inherited from class org.osmdroid.util.GeoPoint
bearingTo, clone, describeContents, destinationPoint, distanceToAsDouble, equals, fromCenterBetween, fromDoubleString, fromIntString, fromInvertedDoubleString, getAltitude, getLatitude, getLatitudeE6, getLongitude, getLongitudeE6, hashCode, setAltitude, setCoords, setLatitude, setLongitude, toDoubleString, toIntString, toInvertedDoubleString, toString -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LabelledGeoPoint
LabelledGeoPoint(double aLatitude, double aLongitude)
-
LabelledGeoPoint
LabelledGeoPoint(double aLatitude, double aLongitude, double aAltitude)
-
LabelledGeoPoint
LabelledGeoPoint(double aLatitude, double aLongitude, double aAltitude, String aLabel)
-
LabelledGeoPoint
LabelledGeoPoint(Location aLocation)
-
LabelledGeoPoint
LabelledGeoPoint(GeoPoint aGeopoint)
-
LabelledGeoPoint
LabelledGeoPoint(double aLatitude, double aLongitude, String aLabel)
-
LabelledGeoPoint
LabelledGeoPoint(LabelledGeoPoint aLabelledGeopoint)
-
-
Method Detail
-
clone
LabelledGeoPoint clone()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-