Contents

isDirectionsRequest(_:)

Returns a Boolean value that indicates whether the specified URL contains a directions request.

Declaration

class func isDirectionsRequest(_ url: URL) -> Bool

Parameters

  • url:

    The URL the system provides to your app.

Return Value

true if the URL contains a directions request that your app needs to display to the user, or false if it doesn’t.

See Also

Related Documentation

  • Location and Maps Programming Guide

Creating a directions request object