I think you want to be able to zoom.  Call setBuiltInZoomControls.

        MapView mapView = (MapView) findViewById(R.id.myMapViewId);
        mapView.setBuiltInZoomControls(true);


On Sep 30, 2:35 pm, ssun <[email protected]> wrote:
> Hijotobjects,
>
> Thanks for your reply, I just realize there is an example from
> MapsDemo.
> After several time I tried, at last I got what I what. It was same
> with other activity.
>
> Intent i = new Intent(this, Details.class);
> startActivity(i);
>
> But I still looking how can I use that after user double tap the map,
> so it will go to more detail page.
> Anyway, I found new website with many maps 
> exampleshttp://code.google.com/apis/maps/documentation/demogallery.html
>
> Hope it can help you too.
--~--~---------~--~----~------------~-------~--~----~
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