Uses of Class
org.robovm.apple.mapkit.MKPolyline
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKPolyline in org.robovm.apple.mapkit
Subclasses of MKPolyline in org.robovm.apple.mapkit Modifier and Type Class Description classMKGeodesicPolylineMethods in org.robovm.apple.mapkit that return MKPolyline Modifier and Type Method Description MKPolylineMKPolylineRenderer. getPolyline()MKPolylineMKPolylineView. getPolyline()Deprecated.Deprecated in iOS 7.0.MKPolylineMKRoute. getPolyline()MKPolylineMKRouteStep. getPolyline()Methods in org.robovm.apple.mapkit that return types with arguments of type MKPolyline Modifier and Type Method Description NSArray<MKPolyline>MKMultiPolyline. getPolylines()Methods in org.robovm.apple.mapkit with parameters of type MKPolyline Modifier and Type Method Description protected longMKPolylineRenderer. init(MKPolyline polyline)protected longMKPolylineView. init(MKPolyline polyline)Deprecated.Deprecated in iOS 7.0.Method parameters in org.robovm.apple.mapkit with type arguments of type MKPolyline Modifier and Type Method Description protected longMKMultiPolyline. init(NSArray<MKPolyline> polylines)Constructors in org.robovm.apple.mapkit with parameters of type MKPolyline Constructor Description MKGradientPolylineRenderer(MKPolyline polyline)MKPolylineRenderer(MKPolyline polyline)MKPolylineView(MKPolyline polyline)Deprecated.Deprecated in iOS 7.0.Constructor parameters in org.robovm.apple.mapkit with type arguments of type MKPolyline Constructor Description MKMultiPolyline(NSArray<MKPolyline> polylines)