Platforms to show: All Mac Windows Linux Cross-Platform
MKMapRectMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MapKit | MBS MacFrameworks Plugin | 19.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
- 16 properties
- property Height as Double
- property isEmpty as Boolean
- property isNull as Boolean
- property MaxX as Double
- property MaxY as Double
- property MidX as Double
- property MidY as Double
- property MinX as Double
- property MinY as Double
- property Origin as MKMapPointMBS
- property Size as MKMapSizeMBS
- property Spans180thMeridian as Boolean
- property StringValue as String
- property Width as Double
- property X as Double
- property Y as Double
- 14 methods
- method Constructor(origin as MKMapPointMBS, size as MKMapSizeMBS)
- method Constructor(other as MKMapRectMBS)
- method Constructor(x as double = 0, y as double = 0, w as double = 0, h as double = 0)
- method Contains(other as MKMapPointMBS) as Boolean
- method Contains(other as MKMapRectMBS) as Boolean
- method Divide(byref slice as MKMapRectMBS, byref remainder as MKMapRectMBS, amount as double, edge as Integer)
- method Equal(other as MKMapRectMBS) as Boolean
- method Inset(dx as Double, dy as Double) as MKMapRectMBS
- method Intersection(other as MKMapRectMBS) as MKMapRectMBS
- method Intersects(other as MKMapRectMBS) as Boolean
- method Offset(dx as Double, dy as Double) as MKMapRectMBS
- method Region as MKCoordinateRegionMBS
- method Remainder as MKMapRectMBS
- method Union(other as MKMapRectMBS) as MKMapRectMBS
- 3 shared methods
This class has no sub classes.
Some methods using this class:
- MKCircleMBS.circleWithMapRect(mapRect as MKMapRectMBS) as MKCircleMBS
- MKCustomOverlayMBS.setBoundingMapRect(m as MKMapRectMBS)
- MKMapViewMBS.mapRectThatFits(mapRect as MKMapRectMBS) as MKMapRectMBS
- MKMapViewMBS.mapRectThatFits(mapRect as MKMapRectMBS, edgePaddingLeft as Double, edgePaddingTop as Double, edgePaddingRight as Double, edgePaddingBottom as Double) as MKMapRectMBS
- MKMultiPolygonMBS.boundingMapRect as MKMapRectMBS
- MKMultiPolylineMBS.intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- MKOverlayRendererMBS.mapRectForRect(Rect as CGRectMBS) as MKMapRectMBS
- MKPolylineMBS.boundingMapRect as MKMapRectMBS
- MKPolylineMBS.intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- MKTileOverlayMBS.intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
Some properties using for this class:
- MKCircleMBS.boundingMapRect as MKMapRectMBS
- MKMapSnapshotOptionsMBS.mapRect as MKMapRectMBS
- MKMapViewMBS.visibleMapRect as MKMapRectMBS
Some events using this class:
- MKCustomOverlayRendererMBS.canDrawMapRect(mapRect as MKMapRectMBS, zoomScale as Double) as Boolean
- MKCustomOverlayRendererMBS.DrawMapRect(mapRect as MKMapRectMBS, zoomScale as Double, context as CGContextMBS)
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS MacFrameworks Plugin.