Package 

Class StyledLabelledGeoPoint

  • 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 StyledLabelledGeoPoint
    extends LabelledGeoPoint
                        

    Created by miguel on 07-01-2018.

    • Constructor Detail

      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(double aLatitude, double aLongitude)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(double aLatitude, double aLongitude, double aAltitude)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(double aLatitude, double aLongitude, double aAltitude, String aLabel)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(Location aLocation)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(GeoPoint aGeopoint)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(double aLatitude, double aLongitude, String aLabel)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(double aLatitude, double aLongitude, String aLabel, Paint pointStyle, Paint textStyle)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(double aLatitude, double aLongitude, double aAltitude, String aLabel, Paint pointStyle, Paint textStyle)
      • StyledLabelledGeoPoint

        StyledLabelledGeoPoint(LabelledGeoPoint aLabelledGeopoint)