[android-developers] Re: MapView draw Overlays

2010-02-15 Thread Stefan
Hi, thanks for your answer. i first try it with the getLatitudeSpan and so on and check, if this point is visible or not. this works fine in the most cases. it also works, if i touch (ACTION_DOWN) the map with my thumb, move the map (ACTION_MOVE), and leave the thumb from the map (ACTION_UP). But

Re: [android-developers] Re: MapView draw Overlays

2010-02-15 Thread TreKing
On Mon, Feb 15, 2010 at 11:35 AM, Stefan ebay-dah...@web.de wrote: So how can i detect, if the map has a new Map center for example? You could save the map center location and check in the draw method to see if it's changed since the last time. There's probably a better way, but there's one