[android-developers] Re: Unable to get map overly to show

2010-02-19 Thread Ken H
Are you sure the overlay isn't just being drawn someplace else? Have you tried zooming out? I like to center my new overlay item with something like mapView.getController().setCenter(p); The only thing I don't understand is the Location class (just never used it...). That's the only thing I saw y

[android-developers] Re: Unable to get map overly to show

2010-02-19 Thread AndroidRef.com
Obviously the URL is "http://www.androidref.com";. Sorry for the typo. Jay On Feb 19, 12:54 pm, "AndroidRef.com" wrote: > Andrew, > > Take a look at "Using the Google Maps API tomapa location and add a > marker to themap." at "http://www.anroidref.com/";. > > From a quick glance, our code seem

[android-developers] Re: Unable to get map overly to show

2010-02-19 Thread AndroidRef.com
Andrew, Take a look at "Using the Google Maps API to map a location and add a marker to the map." at "http://www.anroidref.com/";. >From a quick glance, our code seem similar, though you're obviously drawing on the map and I'm dropping an image. If you still can't get it to work after reviewing

[android-developers] Re: Unable to get map overly to show

2010-02-09 Thread andrew android
Bump) On Feb 6, 7:16 am, andrew android wrote: > Can anyone help?  Thanks! > > On Feb 2, 7:42 pm,andrewandroid wrote: > > > > > > > >   xmlns:android="http://schemas.android.com/apk/res/android"; > >  android:layout_width="wrap_content" > >  android:layout_height="wrap_content"> > >   > > > d

[android-developers] Re: Unable to get map overly to show

2010-02-06 Thread andrew android
Can anyone help? Thanks! On Feb 2, 7:42 pm, andrew android wrote: > >   xmlns:android="http://schemas.android.com/apk/res/android"; >  android:layout_width="wrap_content" >  android:layout_height="wrap_content"> >   >  android:layout_height="fill_parent"android:enabled="true"android:clickabl

[android-developers] Re: Unable to get map overly to show

2010-02-02 Thread andrew android
http://schemas.android.com/apk/res/android"; android:layout_width="wrap_content" android:layout_height="wrap_content"> On Feb 2, 2:57 am, Kevin Duffey wrote: > Oddly enough, I copied/pasted your code and I am getting a class not found > issue.. for some reason I can't get the Launcher to

Re: [android-developers] Re: Unable to get map overly to show

2010-02-02 Thread Kevin Duffey
Oddly enough, I copied/pasted your code and I am getting a class not found issue.. for some reason I can't get the Launcher to start. Can you paste your layout xml and string resources as well? On Mon, Feb 1, 2010 at 8:32 PM, andrew android wrote: > Any example of what I may be missing? Thanks!

[android-developers] Re: Unable to get map overly to show

2010-02-01 Thread andrew android
Any example of what I may be missing? Thanks! On Jan 31, 12:10 pm, Kevin Duffey wrote: > Hmm.. I don't know.. I did not set the overlay position.. I just added it to > my mapView and mine shows up. Try working with your location settings. I am > not sure why the Location is needed tho. I use an