We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdabe0 commit 25c1b52Copy full SHA for 25c1b52
ios/MapMarkerBuilder.swift
@@ -47,6 +47,7 @@ final class MapMarkerBuilder {
47
m.position = next.coordinate.toCLLocationCoordinate2D()
48
m.title = next.title
49
m.snippet = next.snippet
50
+ m.opacity = Float(next.opacity ?? 1)
51
m.iconView?.alpha = CGFloat(next.opacity ?? 1)
52
m.isFlat = next.flat ?? false
53
m.isDraggable = next.draggable ?? false
0 commit comments