RE: [android-developers] Long press on the Google map secret?

2012-06-18 Thread nona sonta-1039
Date: Sun, 17 Jun 2012 05:56:11 -0700 From: entre...@gmail.com To: android-developers@googlegroups.com Subject: Re: [android-developers] Long press on the Google map secret? Please, see my code. I speak that method onLongClick does not work. why does not code work, i can not understand public

Re: [android-developers] Long press on the Google map secret?

2012-06-17 Thread Ralph Bergmann | the4thFloor.eu
try this: import java.util.Timer; import java.util.TimerTask; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapView; public class MyLongpressMapView extends MapView {

Re: [android-developers] Long press on the Google map secret?

2012-06-17 Thread Ralph Bergmann | the4thFloor.eu
here the link :-) http://www.kind-kristiansen.no/2011/android-handling-longpresslongclick-on-map-revisited/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Long press on the Google map secret?

2012-06-17 Thread Andrei
Thank, but i this saw. I think this method does not correct. Engineers tell in what direction think :) воскресенье, 17 июня 2012 г., 18:51:36 UTC+3 пользователь Ralph Bergmann написал: here the link :-)

[android-developers] Long press on the Google map secret?

2012-06-16 Thread Andrei
Hello. For several days now can't find a solution how to handle a long press on Google map. I found a few detours: 1) Add GestureDetector as an overlay on the map 2) Do the calculation and determine a long time. But I don't understand why is not working OnLongClickListener if I ask for

Re: [android-developers] Long press on the Google map secret?

2012-06-16 Thread Ibrahim Sada
There is a method called onlongClick listener ...apply that method... it may help you.. On 16 June 2012 21:01, Andrei entre...@gmail.com wrote: Hello. For several days now can't find a solution how to handle a long press on Google map. I found a few detours: 1) Add GestureDetector as an