[android-developers] Regarding Google Map

2011-09-29 Thread nageswara rao rajana
Hi, I developed an application when i am walking for every 50 meters of distance a marker is displaying on google map. Now my request is that when i tap on any marker a pop should display like a user form so that i enter some details in that form. So please any one help me in this

Re: [android-developers] Regarding Google Map

2011-09-29 Thread TreKing
On Thu, Sep 29, 2011 at 6:39 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: Now my request is that when i tap on any marker a pop should display like a user form so that i enter some details in that form. So please any one help me in this and also provide me any sample code.

[android-developers] Regarding google Map

2011-07-28 Thread nageswara rao rajana
Hi, I developed an application, which consists if map activity.When i run application it displayed map along with marker, but after when i run application its showing only the marker of current location but no map(displaying only tiles). So, please tell me the problem its

Re: [android-developers] Regarding google Map

2011-07-28 Thread Mark Murphy
Either: -- you do not have the INTERNET permission, or -- your device or emulator does not have Internet access, or -- your API key is wrong On Thu, Jul 28, 2011 at 7:15 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi,        I developed an application, which consists if map

Re: [android-developers] Regarding google Map

2011-07-28 Thread nageswara rao rajana
Hi, But it displaying the marker on map along with address, is it possible without internet. -- 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

Re: [android-developers] Regarding google Map

2011-07-28 Thread Mark Murphy
You need Internet access to download map tiles. If you need offline maps, you cannot use Google Maps -- take a look at Open Street Map. On Thu, Jul 28, 2011 at 7:21 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi,       But it displaying the marker on map along with address, is it

Re: [android-developers] Regarding google Map

2011-07-28 Thread nageswara rao rajana
thank you, i have internet permissions, my issue is map is loading but very very slow is there any process to speed up the rendering of the map(using map cache etc,.) in my app. if there is any other possibility,please let me know. Awaiting for your reply. On Thu, Jul 28, 2011 at 4:58

Re: [android-developers] Regarding google Map

2011-07-28 Thread Mark Murphy
On Thu, Jul 28, 2011 at 7:36 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: thank you, i have internet permissions, my issue is map is loading but very very slow is there any process to speed up the rendering of the map(using map cache etc,.) in my app. Not really. -- Mark

Re: [android-developers] Regarding google Map

2011-07-28 Thread lbendlin
once the tiles are loaded they are kept in a local cache for a while, but that doesn't really help you as your initial load time is so big. Tell your users to move closer to Google :-/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To