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
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 :-)
>
>
> http://www.kind-kristiansen.no/2011/android-handling-longpresslongclick-on-map-re
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 unsubsc
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 {
There is a method called onlongClick listener ...apply that method...
it may help you..
On 16 June 2012 21:01, Andrei 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 overlay on the m
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
mapVie
6 matches
Mail list logo