Class FixedLatLng


  • @Deprecated
    public class FixedLatLng
    extends LatLng
    Deprecated.

    NOTE: This API is still in flux and might change in incompatible ways in the next release.

    • Constructor Detail

      • FixedLatLng

        public FixedLatLng​(int lat,
                           int lng)
        Deprecated.
      • FixedLatLng

        public FixedLatLng​(LatLng ll)
        Deprecated.
    • Method Detail

      • setLat

        protected void setLat​(int lat)
        Deprecated.
      • setLng

        protected void setLng​(int lng)
        Deprecated.
      • fixedToDouble

        public static double fixedToDouble​(int fixed)
        Deprecated.
      • doubleToFixed

        public static int doubleToFixed​(double d)
        Deprecated.
      • getFixedLat

        public int getFixedLat()
        Deprecated.
        Specified by:
        getFixedLat in class LatLng
      • getFixedLng

        public int getFixedLng()
        Deprecated.
        Specified by:
        getFixedLng in class LatLng
      • getLat

        public double getLat()
        Deprecated.
        Specified by:
        getLat in class LatLng
      • getLng

        public double getLng()
        Deprecated.
        Specified by:
        getLng in class LatLng
      • isFixedPoint

        public boolean isFixedPoint()
        Deprecated.
        Specified by:
        isFixedPoint in class LatLng
      • isNormalized

        public boolean isNormalized()
        Deprecated.
        Specified by:
        isNormalized in class LatLng
      • calculateMidpoint

        public LatLng calculateMidpoint​(LatLng other)
        Deprecated.
        Description copied from class: LatLng
        Calculate the midpoint between this point an another. Respects fixed vs floating point
        Specified by:
        calculateMidpoint in class LatLng
      • hashCode

        public int hashCode()
        Deprecated.
        Specified by:
        hashCode in class LatLng
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Specified by:
        equals in class LatLng