Monday, February 21, 2011

[android-developers] Re: How to display,exactly?

Create an variable of MapView.LayoutParams and set it as the
layoutParam of your overlay.

You can also use params.mode = MapView.LayoutParams.MODE_MAP; to
varied its location after panning or zooming

On Feb 21, 11:37 am, Abhilash baddam
<abhilash.androiddevelo...@gmail.com> wrote:
> Hi,
>
>     In my app i can be able to display  maps with markers. When the user
> clicks on a particular marker, it will display the details of that
> particular location,
>     but it display's details for every marker on the top the screen. I want
> to display exactly on the top marker. Hoe can i do this...?

--
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 unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment