i also trying to do this:

<com.google.android.maps.MapView
    xmlns:android="http://schemas.android.com/apk/res/android";
    android:id="@+id/mapview"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:clickable="true"
    android:apiKey="mykey"
/>

and map doesn't appear when i test the layout...

can you explain me a little more how to add a map in a layout ?


On 17 nov, 13:29, Pableras <elpablosa...@gmail.com> wrote:
> i can't... im trying it but i can't create a mapview on the layout, it
> does not exist, and i can do a include on a layout....
>
> On 17 nov, 13:09, Carlos Silva <r3...@r3pek.org> wrote:
>
> > On Wed, Nov 17, 2010 at 12:05, Pableras <elpablosa...@gmail.com> wrote:
> > > Hi
>
> > > i need that my user interface haves 3 sections
>
> > > NORTH SECTION: four textviews with info about a user
> > > MIDDLE SECTION: a googlemap view with the position of the user
> > > SOUTH SECTION: a textview with time of last position, and a button to
> > > actualice the position (retrieving it from a database)
>
> > > is this possible? i can't find any information about that on google or
> > > android developers guide...
>
> > Sure you can. Just make your layout like that and you're done.

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

Reply via email to