Class MKETAResponse

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class MKETAResponse
    extends NSObject
    Since:
    Available in iOS 7.0 and later.
    • Constructor Detail

      • MKETAResponse

        public MKETAResponse()
      • MKETAResponse

        protected MKETAResponse​(NSObject.Handle h,
                                long handle)
    • Method Detail

      • getDestination

        public MKMapItem getDestination()
      • getExpectedTravelTime

        public double getExpectedTravelTime()
      • getDistance

        public double getDistance()
        Since:
        Available in iOS 9.0 and later.
      • getExpectedArrivalDate

        public NSDate getExpectedArrivalDate()
        Since:
        Available in iOS 9.0 and later.
      • getExpectedDepartureDate

        public NSDate getExpectedDepartureDate()
        Since:
        Available in iOS 9.0 and later.