AttributionURLOpener
public protocol AttributionURLOpener
A protocol to open attribution URLs.
Use this protocol when the map view is used in non-application target(e.g. application extension target).
-
Asks the opener to open the provided URL.
Declaration
Swift
func openAttributionURL(_ url: URL)
Parameters
url
The URL to be opened.