[android-developers] map application not being displayed on emulator

2011-11-14 Thread shrav
Hi, I am trying to implement map in my project... I have got the api:key as required ..the project is getting complied without any errors, but the project file is not being displayed on the emulator(the emulator is working fine, its displaying its default appl) [2011-11-12 01:25:22 -

[android-developers] map application with thematic map

2011-04-07 Thread Handita Okviyanto
I just have a problem to make an application that can show a map in android. I want to make such a thematic map. is there any posibility to load an object like svg in android? So we can manipulate it later like coloring the object, showing data to object, and give a listener when we click or tap

[android-developers] Map Application available on Android Emulator

2010-09-13 Thread cool.manish
Hi, I need some information regarding Map application. I have seen one map application on sdk 1.6 and above. Questions are: 1. Will it be available on all android phones? 2. Can I call this application from my application? If yes then how? I dont know how to call another class. I think, I

Re: [android-developers] Map Application available on Android Emulator

2010-09-13 Thread Xavier Ducrohet
There's some confusion it seems. Questions are: 1.  Will it be available on all android phones? No. The library is not standard. Some manufacturers can decide to not use it. This is why application must declare in their manifest that they require it to run (uses-library

[android-developers] Map Application

2010-01-29 Thread Sourabh Pandit
How to give Change in GPS coordinates to the emulator. I want to write a program that will sen dummy GPS co-ordinates to Map application that i have written. What api to be used to send these command? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Map Application (URI) WIFI Network

2009-12-06 Thread Raul
Hey Guys - My map application doesn't recognize internal IP Addresses being used as a parameter in Uri.parse method. Funny thing is that Emulator's browser G1 device browser can load a file running on an internal WebServer. But my map application is failing. Are there any permissions or

[android-developers] Map application and KMZ files....

2009-11-20 Thread furby
Is the map application that comes with Android capable of digesting KMZ files at all? I can start it up with an intent that sends in a KML file with no problem... But every single time I send a KMZ URL to it, it tells me that the file Contains Errors. Since i have now tried roughly a dozen

[android-developers] Map Application works in 1.5 but not working in 2.0

2009-11-16 Thread RANJAN BANIK
Hi All, I have a code which works beautifully in the Android 1.5 platform. Now I have upgrade the platform to the Android 2.0 , but it is not working . The error is - no activity to handle the intent The code snippet I use is - Java: String currentLocation = geo:41.87,87.62 ;