Class INRideVehicle

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • INRideVehicle

      public INRideVehicle()
    • INRideVehicle

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

      protected INRideVehicle​(NSObject.SkipInit skipInit)
    • INRideVehicle

      public INRideVehicle​(NSCoder coder)
  • Method Details

    • getLocation

      public CLLocation getLocation()
    • setLocation

      public void setLocation​(CLLocation v)
    • getRegistrationPlate

      public String getRegistrationPlate()
    • setRegistrationPlate

      public void setRegistrationPlate​(String v)
    • getManufacturer

      public String getManufacturer()
    • setManufacturer

      public void setManufacturer​(String v)
    • getModel

      public String getModel()
    • setModel

      public void setModel​(String v)
    • getMapAnnotationImage

      public INImage getMapAnnotationImage()
    • setMapAnnotationImage

      public void setMapAnnotationImage​(INImage v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

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

      protected long init​(NSCoder coder)