RouteButton
public enum RouteButton
Undocumented
-
If this is present, then the location info should include a route button, which the provided title and tap handler. If there’s already a route button in the location info screen, then this should replace it.
Declaration
Swift
case replace(title: String, onTap: () -> Void)
-
Undocumented
Declaration
Swift
case allowed
-
Undocumented
Declaration
Swift
case notAllowed