If several GPS marks are close to each other (or if size of map is set too high), their markers gonna overlap creating a non readable mess of text on the screen.
Options for solution
- Option 1. Group overlapping markers into a list of items. A group will have multiple pointers to exact location of each of a mark and their names gonna be listed one after another
- Option 2. Remove names completely and use colors of markers to differentiate them on the screen
If several GPS marks are close to each other (or if size of map is set too high), their markers gonna overlap creating a non readable mess of text on the screen.
Options for solution