Class CLPlacemark

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
MKPlacemark

public class CLPlacemark
extends NSObject
implements NSSecureCoding
  • Constructor Details

    • CLPlacemark

      public CLPlacemark()
    • CLPlacemark

      protected CLPlacemark​(NSObject.Handle h, long handle)
    • CLPlacemark

      protected CLPlacemark​(NSObject.SkipInit skipInit)
    • CLPlacemark

      public CLPlacemark​(CLPlacemark placemark)
    • CLPlacemark

      public CLPlacemark​(NSCoder coder)
  • Method Details

    • getLocation

      public CLLocation getLocation()
    • getRegion

      public CLRegion getRegion()
    • getTimeZone

      public NSTimeZone getTimeZone()
      Since:
      Available in iOS 9.0 and later.
    • getAddress

      @Deprecated public ABPersonAddress getAddress()
      Deprecated.
      Deprecated in iOS 11.0. Use @properties
    • getName

      public String getName()
    • getThoroughfare

      public String getThoroughfare()
    • getSubThoroughfare

      public String getSubThoroughfare()
    • getLocality

      public String getLocality()
    • getSubLocality

      public String getSubLocality()
    • getAdministrativeArea

      public String getAdministrativeArea()
    • getSubAdministrativeArea

      public String getSubAdministrativeArea()
    • getPostalCode

      public String getPostalCode()
    • getISOcountryCode

      public String getISOcountryCode()
    • getCountry

      public String getCountry()
    • getInlandWater

      public String getInlandWater()
    • getOcean

      public String getOcean()
    • getAreasOfInterest

      public List<String> getAreasOfInterest()
    • getPostalAddress

      public CNPostalAddress getPostalAddress()
      Since:
      Available in iOS 11.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(CLPlacemark placemark)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)