Uses of Class
org.robovm.apple.mapkit.MKPointOfInterestFilter
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKPointOfInterestFilter in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKPointOfInterestFilter Modifier and Type Method Description static MKPointOfInterestFilterMKPointOfInterestFilter. createExcludingCategories(NSArray<NSString> categories)static MKPointOfInterestFilterMKPointOfInterestFilter. createIncludingCategories(NSArray<NSString> categories)static MKPointOfInterestFilterMKPointOfInterestFilter. getFilterExcludingAllCategories()static MKPointOfInterestFilterMKPointOfInterestFilter. getFilterIncludingAllCategories()MKPointOfInterestFilterMKLocalPointsOfInterestRequest. getPointOfInterestFilter()MKPointOfInterestFilterMKLocalSearchCompleter. getPointOfInterestFilter()MKPointOfInterestFilterMKLocalSearchRequest. getPointOfInterestFilter()MKPointOfInterestFilterMKMapSnapshotOptions. getPointOfInterestFilter()MKPointOfInterestFilterMKMapView. getPointOfInterestFilter()Methods in org.robovm.apple.mapkit with parameters of type MKPointOfInterestFilter Modifier and Type Method Description voidMKLocalPointsOfInterestRequest. setPointOfInterestFilter(MKPointOfInterestFilter v)voidMKLocalSearchCompleter. setPointOfInterestFilter(MKPointOfInterestFilter v)voidMKLocalSearchRequest. setPointOfInterestFilter(MKPointOfInterestFilter v)voidMKMapSnapshotOptions. setPointOfInterestFilter(MKPointOfInterestFilter v)voidMKMapView. setPointOfInterestFilter(MKPointOfInterestFilter v)