Skip to content

Instantly share code, notes, and snippets.

@mathonsunday
Created April 22, 2021 20:46
Show Gist options
  • Save mathonsunday/e55bf52104991ef3ed6812e3909faaff to your computer and use it in GitHub Desktop.
Save mathonsunday/e55bf52104991ef3ed6812e3909faaff to your computer and use it in GitHub Desktop.
public class MapMarker: GMSMarker {
...
case .cluster:
let cluster = MapClusterView(count: viewModel.count)
cluster.text = viewModel.title
iconView = cluster
accessibilityIdentifier = clusterIdentifier + "_\(cluster.text ?? "")"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment