is there a way how to solve clustering without using altitude. I've read the threads on this forum regarding this problem but they use altitude to move markers.
I have many POIs in the same direction or the location of POIs is close to each other so then they're overlapping.
Thank you in advance.
A
Andreas Fötschl
said
almost 7 years ago
I put together some helper functions.
The "angleBetween" function may serve your needs.
Best regards, Andreas
L
Lukas Janocko
said
almost 7 years ago
Hi,
thank you for your answer.
Can you explain more how angleBetween should help me?
A
Andreas Fötschl
said
almost 7 years ago
You may calculate the angles between user and the various POIs and group those with similar ones. E.g. create "super POIs" grouping POIs in each 30 degree segment. When user presses the grouped POI you can display a list/dialog displaying the POI list.
Lukas Janocko