Class MKMapSize

All Implemented Interfaces:
Iterable<MKMapSize>

public class MKMapSize
extends Struct<MKMapSize>
  • Constructor Details

    • MKMapSize

      public MKMapSize()
    • MKMapSize

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

    • equalsTo

      public boolean equalsTo​(MKMapSize other)
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class NativeObject
    • toString

      public String toString()
      Overrides:
      toString in class 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()