Class CLLocationSourceInformation

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class CLLocationSourceInformation
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 15.0 and later.
  • Constructor Details

    • CLLocationSourceInformation

      public CLLocationSourceInformation()
    • CLLocationSourceInformation

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

      protected CLLocationSourceInformation​(NSObject.SkipInit skipInit)
    • CLLocationSourceInformation

      public CLLocationSourceInformation​(boolean isSoftware, boolean isAccessory)
    • CLLocationSourceInformation

      public CLLocationSourceInformation​(NSCoder coder)
  • Method Details

    • isSimulatedBySoftware

      public boolean isSimulatedBySoftware()
    • isProducedByAccessory

      public boolean isProducedByAccessory()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(boolean isSoftware, boolean isAccessory)
    • encode

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

      protected long init​(NSCoder coder)