Class Point


  • @Deprecated
    public class Point
    extends Point
    Deprecated.
    since 0.2. Use Point instead.
    • Field Summary

      • Fields inherited from class com.google.maps.android.geometry.Point

        x, y
    • Constructor Summary

      Constructors 
      Constructor Description
      Point​(double x, double y)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class com.google.maps.android.geometry.Point

        toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Point

        public Point​(double x,
                     double y)
        Deprecated.