Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exact Same Location problem #77

Closed
sandman4sure opened this issue Jun 4, 2018 · 1 comment
Closed

Exact Same Location problem #77

sandman4sure opened this issue Jun 4, 2018 · 1 comment

Comments

@sandman4sure
Copy link

regarding issue: #29

Can you add an option to disable this behavior?
When I have a cluster with around 50 points in the exact same location it forms a circle around this point. This is not always wanted. For an application which shows houses for sale, some will now be placed in water etc. (see images, first wanted behavior, second the circle)
When I zoom even further on the location the houses should be I won't even see any pins because they fall out of my visible rect.

I created a method which handles his own click on the cluster to it will show all houses on that location.

I can bypass this behavior now by not using the Annotation class because of:
(node as? Annotation)?.coordinate = node.coordinate.coordinate(onBearingInRadians: bearing, atDistanceInMeters: distanceFromContestedLocation)
but am afraid that this may break in the future

screen shot 2018-06-04 at 11 51 24
screen shot 2018-06-04 at 11 52 59

@efremidze
Copy link
Owner

efremidze commented Jun 15, 2018

Thanks for the suggestion. New release 2.2.4 includes an option to disable it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants