hi
   MapView OnClickListener got no response. The source code is as
below. Would you like to give me a hand how to solve it? Thank you in
advance.

public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        mMapView = (MapView) findViewById(R.id.mapview1);
        mMapView.setClickable(true);
        mMapView.setOnClickListener(new OnClickListener(){
            public void onClick(View view) {
                Log.d("Test","Android map view on click
listener.......");

            }
        });
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to