Closed grifas closed 5 years ago
…between annotations when they have the same coordinate.
It gives the possibility to users to customize the distance of the contested location for annotations that have the same coordinate.
Feature Request: https://github.com/efremidze/Cluster/issues/115
distanceFromContestedLocation
(annotation as? MKPointAnnotation)?.coordinate = annotation.coordinate.coordinate(onBearingInRadians: bearing, atDistanceInMeters: self.distanceFromContestedLocation)
…between annotations when they have the same coordinate.
Checklist
Motivation and Context
It gives the possibility to users to customize the distance of the contested location for annotations that have the same coordinate.
Feature Request: https://github.com/efremidze/Cluster/issues/115
Description
distanceFromContestedLocation
property