Class MKMapPoint

  • All Implemented Interfaces:
    java.lang.Iterable<MKMapPoint>

    public class MKMapPoint
    extends org.robovm.rt.bro.Struct<MKMapPoint>
    • Constructor Detail

      • MKMapPoint

        public MKMapPoint()
      • MKMapPoint

        public MKMapPoint​(double x,
                          double y)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()
      • equalsTo

        public boolean equalsTo​(MKMapPoint other)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class org.robovm.rt.bro.NativeObject
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMetersPerMapPoint

        public static double getMetersPerMapPoint​(double latitude)
        Since:
        Available in iOS 4.0 and later.
      • getMapPointsPerMeter

        public static double getMapPointsPerMeter​(double latitude)
        Since:
        Available in iOS 4.0 and later.
      • getMetersBetween

        public static double getMetersBetween​(MKMapPoint a,
                                              MKMapPoint b)
        Since:
        Available in iOS 4.0 and later.