Package 

Class LabelledGeoPoint

  • 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.

    • Method Summary

      Modifier and Type Method Description
      String getLabel()
      void setLabel(String label)
      LabelledGeoPoint clone()
      void writeToParcel(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)