Class FloatLatLng


  • @Deprecated
    public class FloatLatLng
    extends LatLng
    Deprecated.

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

    • Constructor Detail

      • FloatLatLng

        public FloatLatLng​(double lat,
                           double lng)
        Deprecated.
      • FloatLatLng

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

      • 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