TKUISelectableOnMap
public protocol TKUISelectableOnMap
Undocumented
-
Determines whether this should be shown on the map, when something is selected on the map. If the map has a selection identifier and it matches this value, then this will be displayed.
If this has returns a non-nil value, it works in tandem with
selectionCondition
Declaration
Swift
var selectionIdentifier: String? { get }
-
When to show this; only has an impact if
selectionIdentifier
returns non-nilDeclaration
Swift
var selectionCondition: TKUISelectionCondition { get }