Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created September 3, 2018 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/abb07d7351ef8b82047320bb77f66c69 to your computer and use it in GitHub Desktop.
Save fitomad/abb07d7351ef8b82047320bb77f66c69 to your computer and use it in GitHub Desktop.
var annotation = new mapkit.MarkerAnnotation(coordinate);
// Clustering setup
annotation.clusteringIdentifier = "DetailedCollectionCluster";
annotation.collisionMode = mapkit.Annotation.CollisionMode.Circle;
annotation.displayPriority = mapkit.Annotation.DisplayPriority.High;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment