Uses of Class
org.robovm.apple.mapkit.MKMapPoint
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKMapPoint in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKMapPoint Modifier and Type Method Description MKMapPointMKOverlayRenderer. getMapPoint(CGPoint point)MKMapPointMKOverlayView. getMapPoint(CGPoint point)Deprecated.Deprecated in iOS 7.0.MKMapPointMKMapRect. getOrigin()MKMapPoint[]MKMultiPoint. getPoints()protected MKMapPointMKMultiPoint. getPoints0()MKMapPointMKMapPoint. setX(double x)MKMapPointMKMapPoint. setY(double y)Methods in org.robovm.apple.mapkit with parameters of type MKMapPoint Modifier and Type Method Description booleanMKMapRect. contains(MKMapPoint point)booleanMKMapPoint. equalsTo(MKMapPoint other)static doubleMKMapPoint. getMetersBetween(MKMapPoint a, MKMapPoint b)CGPointMKOverlayRenderer. getPoint(MKMapPoint mapPoint)CGPointMKOverlayView. getPoint(MKMapPoint mapPoint)Deprecated.Deprecated in iOS 7.0.MKMapRectMKMapRect. setOrigin(MKMapPoint origin)Constructors in org.robovm.apple.mapkit with parameters of type MKMapPoint Constructor Description MKGeodesicPolyline(MKMapPoint[] points)MKMapRect(MKMapPoint origin, MKMapSize size)MKPolygon(MKMapPoint[] points)MKPolygon(MKMapPoint[] points, NSArray<MKPolygon> interiorPolygons)MKPolyline(MKMapPoint[] points)