Uses of Class
org.robovm.apple.addressbook.ABPersonAddress
| Package | Description |
|---|---|
| org.robovm.apple.addressbook | |
| org.robovm.apple.corelocation | |
| org.robovm.apple.mapkit |
-
Uses of ABPersonAddress in org.robovm.apple.addressbook
Methods in org.robovm.apple.addressbook that return ABPersonAddress Modifier and Type Method Description ABPersonAddressABPersonAddress. setAddressPart(ABPersonAddressPart part, String s)ABPersonAddressABPersonAddress. setCity(String s)ABPersonAddressABPersonAddress. setCountry(String s)ABPersonAddressABPersonAddress. setCountryCode(String s)ABPersonAddressABPersonAddress. setState(String s)ABPersonAddressABPersonAddress. setStreet(String s)ABPersonAddressABPersonAddress. setZIP(String s)static ABPersonAddressABPersonAddress.Marshaler. toObject(Class<ABPersonAddress> cls, long handle, long flags)Methods in org.robovm.apple.addressbook that return types with arguments of type ABPersonAddress Modifier and Type Method Description List<ABPersonAddress>ABPerson. getAddresses()Methods in org.robovm.apple.addressbook with parameters of type ABPersonAddress Modifier and Type Method Description intABPerson. addAddress(ABPersonAddress address)static longABPersonAddress.Marshaler. toNative(ABPersonAddress o, long flags)Method parameters in org.robovm.apple.addressbook with type arguments of type ABPersonAddress Modifier and Type Method Description ABPersonABPerson. setAddresses(List<ABPersonAddress> addresses)static ABPersonAddressABPersonAddress.Marshaler. toObject(Class<ABPersonAddress> cls, long handle, long flags) -
Uses of ABPersonAddress in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return ABPersonAddress Modifier and Type Method Description ABPersonAddressCLPlacemark. getAddress()Deprecated.Deprecated in iOS 11.0.Methods in org.robovm.apple.corelocation with parameters of type ABPersonAddress Modifier and Type Method Description voidCLGeocoder. geocodeAddress(ABPersonAddress addressDictionary, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)Deprecated.Deprecated in iOS 11.0. -
Uses of ABPersonAddress in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type ABPersonAddress Modifier and Type Method Description protected longMKPlacemark. init(CLLocationCoordinate2D coordinate, ABPersonAddress addressDictionary)Constructors in org.robovm.apple.mapkit with parameters of type ABPersonAddress Constructor Description MKPlacemark(CLLocationCoordinate2D coordinate, ABPersonAddress addressDictionary)