Uses of Class
org.robovm.apple.contacts.CNPostalAddress
| Package | Description |
|---|---|
| org.robovm.apple.contacts | |
| org.robovm.apple.corelocation | |
| org.robovm.apple.intents | |
| org.robovm.apple.mapkit | |
| org.robovm.apple.passkit |
-
Uses of CNPostalAddress in org.robovm.apple.contacts
Subclasses of CNPostalAddress in org.robovm.apple.contacts Modifier and Type Class Description classCNMutablePostalAddressMethods in org.robovm.apple.contacts that return types with arguments of type CNPostalAddress Modifier and Type Method Description NSArray<CNLabeledValue<CNPostalAddress>>CNContact. getPostalAddresses()NSArray<CNLabeledValue<CNPostalAddress>>CNMutableContact. getPostalAddresses()Method parameters in org.robovm.apple.contacts with type arguments of type CNPostalAddress Modifier and Type Method Description voidCNMutableContact. setPostalAddresses(NSArray<CNLabeledValue<CNPostalAddress>> v) -
Uses of CNPostalAddress in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return CNPostalAddress Modifier and Type Method Description CNPostalAddressCLPlacemark. getPostalAddress()Methods in org.robovm.apple.corelocation with parameters of type CNPostalAddress Modifier and Type Method Description voidCLGeocoder. geocodePostalAddress(CNPostalAddress postalAddress, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. geocodePostalAddress(CNPostalAddress postalAddress, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler) -
Uses of CNPostalAddress in org.robovm.apple.intents
Methods in org.robovm.apple.intents with parameters of type CNPostalAddress Modifier and Type Method Description static CLPlacemarkCLPlacemarkExtensions. getPlacemark(CLLocation location, String name, CNPostalAddress postalAddress)protected static CLPlacemarkCLPlacemarkExtensions. getPlacemark(ObjCClass clazz, CLLocation location, String name, CNPostalAddress postalAddress) -
Uses of CNPostalAddress in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type CNPostalAddress Modifier and Type Method Description protected longMKPlacemark. init(CLLocationCoordinate2D coordinate, CNPostalAddress postalAddress)Constructors in org.robovm.apple.mapkit with parameters of type CNPostalAddress Constructor Description MKPlacemark(CLLocationCoordinate2D coordinate, CNPostalAddress postalAddress) -
Uses of CNPostalAddress in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return CNPostalAddress Modifier and Type Method Description CNPostalAddressPKContact. getPostalAddress()Methods in org.robovm.apple.passkit with parameters of type CNPostalAddress Modifier and Type Method Description voidPKContact. setPostalAddress(CNPostalAddress v)