Uses of Class
org.robovm.apple.mapkit.MKPolygon
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKPolygon in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKPolygon Modifier and Type Method Description MKPolygonMKPolygonRenderer. getPolygon()MKPolygonMKPolygonView. getPolygon()Deprecated.Deprecated in iOS 7.0.Methods in org.robovm.apple.mapkit that return types with arguments of type MKPolygon Modifier and Type Method Description NSArray<MKPolygon>MKPolygon. getInteriorPolygons()NSArray<MKPolygon>MKMultiPolygon. getPolygons()Methods in org.robovm.apple.mapkit with parameters of type MKPolygon Modifier and Type Method Description protected longMKPolygonRenderer. init(MKPolygon polygon)protected longMKPolygonView. init(MKPolygon polygon)Deprecated.Deprecated in iOS 7.0.Method parameters in org.robovm.apple.mapkit with type arguments of type MKPolygon Modifier and Type Method Description protected longMKMultiPolygon. init(NSArray<MKPolygon> polygons)Constructors in org.robovm.apple.mapkit with parameters of type MKPolygon Constructor Description MKPolygonRenderer(MKPolygon polygon)MKPolygonView(MKPolygon polygon)Deprecated.Deprecated in iOS 7.0.Constructor parameters in org.robovm.apple.mapkit with type arguments of type MKPolygon Constructor Description MKMultiPolygon(NSArray<MKPolygon> polygons)MKPolygon(CLLocationCoordinate2D[] coords, NSArray<MKPolygon> interiorPolygons)MKPolygon(MKMapPoint[] points, NSArray<MKPolygon> interiorPolygons)