[android-developers] Re: Maps with custom tiles

2009-06-08 Thread CF
I'm struggling with the same problem. Any pointers or ideas? On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote: C'mon there must be a solution:) On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote: Hi! I've been searching hardly the past two days, looking for a way to

[android-developers] Re: Maps with custom tiles

2009-06-08 Thread CF
I have a custom map created using Google My Maps, but am not able to replicate the same on Android. Any suggestions? On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: do u already have map tiles of ur own?? On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com

[android-developers] Re: Device Update!!!

2009-05-27 Thread CF
You could also get your app to run on the current device by updating the following entry in your AndroidManifest.xml file uses-sdk android:minSdkVersion=1 / -CF On May 27, 9:33 am, Georgy georgearna...@gmail.com wrote: I need to update the phone. 1- I developed an application using API

[android-developers] ItemizedOverlay OverlayItem - How to display custom map labels

2009-05-25 Thread CF
I'm using the ItemizedOverlay to display certain points on a map. The points show up fine but I'm trying to display the associated Title and/ or Snippet from the OverlayItem and can't seem to get this to show up. Any pointers or suggestions. I'm aware I can manually draw them on the canvas but