waar19 / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

LongPress on Map Items #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been trying to get onLongPress implemented in OpenStreetMapOverlayItem.
This is similar to onTap which is already implemented.
I'll do some refactoring to reuse the onTap code as much as possible.

Original issue reported on code.google.com by phr...@gmail.com on 11 Oct 2010 at 6:24

GoogleCodeExporter commented 9 years ago
revision 417
Adds some javadoc as well as a first cut at implementing onLongPress.
There are some issues remaining.

1- the on focus marker is not positioned correctly in 
OpenStreetMapViewItemizedOverlayWithFocus

2- the onLongPress is not being invoked

Original comment by phr...@gmail.com on 11 Oct 2010 at 6:27

GoogleCodeExporter commented 9 years ago
Long press is happy now.

The focus marker is still not positioned correctly.

Original comment by phr...@gmail.com on 12 Oct 2010 at 4:46

GoogleCodeExporter commented 9 years ago
onLongPress has been working for a while now, so I believe this issue is no 
longer relevant.

Original comment by kurtzm...@gmail.com on 25 Jan 2013 at 8:03