Class MKMapPoint


  • public final class MKMapPoint
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        MKMapPoint()  
        MKMapPoint​(double x, double y)  
      protected MKMapPoint​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setX​(double value)  
      void setY​(double value)  
      double x()  
      double y()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • MKMapPoint

        public MKMapPoint()
      • MKMapPoint

        protected MKMapPoint​(org.moe.natj.general.Pointer peer)
      • MKMapPoint

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

      • x

        public double x()
      • setX

        public void setX​(double value)
      • y

        public double y()
      • setY

        public void setY​(double value)