isDirectionsRequest(_:)
Returns a Boolean value that indicates whether the specified URL contains a directions request.
Declaration
class func isDirectionsRequest(_ url: URL) -> BoolParameters
- 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