Package org.robovm.apple.mapkit
Class MKMapRect
public class MKMapRect extends Struct<MKMapRect>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMKMapRect.MKMapRectPtr -
Constructor Summary
Constructors Constructor Description MKMapRect()MKMapRect(double x, double y, double width, double height)MKMapRect(MKMapPoint origin, MKMapSize size) -
Method Summary
Modifier and Type Method Description booleancontains(MKMapPoint point)booleancontains(MKMapRect rect2)voiddivide(MKMapRect slice, MKMapRect remainder, double amount, CGRectEdge edge)booleanequals(Object obj)booleanequalsTo(MKMapRect other)doublegetHeight()doublegetMaxX()doublegetMaxY()doublegetMidX()doublegetMidY()doublegetMinX()doublegetMinY()MKMapPointgetOrigin()MKMapSizegetSize()doublegetWidth()MKMapRectinset(double dx, double dy)MKMapRectintersection(MKMapRect rect2)booleanintersects(MKMapRect rect2)booleanisEmpty()booleanisNull()booleanisSpanning180thMeridian()static MKMapRectNull()MKMapRectoffset(double dx, double dy)MKMapRectremainder()MKMapRectsetOrigin(MKMapPoint origin)MKMapRectsetSize(MKMapSize size)StringtoString()MKMapRectunion(MKMapRect rect2)static MKMapRectWorld()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
-
Constructor Details
-
Method Details
-
getOrigin
-
setOrigin
-
getSize
-
setSize
-
getMinX
public double getMinX() -
getMinY
public double getMinY() -
getMidX
public double getMidX() -
getMidY
public double getMidY() -
getMaxX
public double getMaxX() -
getMaxY
public double getMaxY() -
getWidth
public double getWidth() -
getHeight
public double getHeight() -
equalsTo
-
equals
- Overrides:
equalsin classNativeObject
-
isNull
public boolean isNull() -
isEmpty
public boolean isEmpty() -
toString
-
World
-
Null
-
union
-
intersection
-
inset
-
offset
-
divide
-
contains
-
contains
-
intersects
-
isSpanning180thMeridian
public boolean isSpanning180thMeridian() -
remainder
-