GenericSelectableSystemPointMarker
public protocol GenericSelectableSystemPointMarker: GenericPointMarker
Generic selectable system point marker protocol definition.
-
Updates the visual properties to indicate active status (ie. updates search pin to be gray when inactive).
Declaration
Swift
var active: Bool
-
Returns a marker whose visual properties have been defined by a house style.
Declaration
Swift
static func initWithMarkerType(_ markerType: SelectablePointMarkerType) -> GenericSelectableSystemPointMarker