A pictures describes more than a thousand words, so I have created the below sketch using my poor Gimp skills.
The icon in the middle is the user's current location and the markers around is nearby places. The black square indicates what the user can see on the map with the current zoom level, however this only shows 2 places.
So my question is:
Is there any built-in way to display some kind of indicators in the outer screen area such that the user can see that there are nearby places just outside the visible area on the screen at the moment. It would be nice if these indicators could show markers not displayed within the square but within a given radius.
If no built-in way, what should I look into in order to solve this?
onDraw
(or addView
overMapView
) and draw arrows points to several nearest outside markers. And update them ononMapLoaded()
method. – Crepuscular