Class MKMapSize

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

    public class MKMapSize
    extends org.robovm.rt.bro.Struct<MKMapSize>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MKMapSize.MKMapSizePtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      MKMapSize()  
      MKMapSize​(double width, double height)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      boolean equalsTo​(MKMapSize other)  
      double getHeight()  
      double getWidth()  
      MKMapSize setHeight​(double height)  
      MKMapSize setWidth​(double width)  
      java.lang.String toString()  
      static MKMapSize World()  
      • Methods inherited from class org.robovm.rt.bro.Struct

        _sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • MKMapSize

        public MKMapSize()
      • MKMapSize

        public MKMapSize​(double width,
                         double height)
    • Method Detail

      • equalsTo

        public boolean equalsTo​(MKMapSize 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
      • getWidth

        public double getWidth()
      • setWidth

        public MKMapSize setWidth​(double width)
      • getHeight

        public double getHeight()
      • setHeight

        public MKMapSize setHeight​(double height)
      • World

        public static MKMapSize World()
        Since:
        Available in iOS 4.0 and later.