[android-developers] Google map polyline is not working on android version higher than 4.4 (Kitkat)

2016-09-19 Thread Sadir Omer
I am trying to draw a polyline between 2 points using Google Maps API v2. It works fine on android KitKat and version lower than that. But the polyline is not shown, i.e the route is not shown, when the project is compiled in a phone that has a android version higher than KitKat. Can I know

[android-developers] Google Map Issues

2016-04-09 Thread Ishan Fernando
Is there any known ethical,security,privacy,social or business issues related to Google Map. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [android-developers] Google Map Queries

2016-01-10 Thread sardar khan
kindly follow these tutorials http://www.androidtrainee.com/driving-distance-and-travel-time-duration-between-two-locations-in-google-map-android-api-v2/ On Sun, Jan 10, 2016 at 7:45 PM, Anoop Nair wrote: > Hi, > > I'm Anoop S. Nair and I'm working on an android application

[android-developers] Google Map Queries

2016-01-10 Thread Anoop Nair
Hi, I'm Anoop S. Nair and I'm working on an android application which makes use of google map. I have a bunch of location data which having latitude and longitude values. It is basically describes a route on the google map for android. I was trying to draw a path over the android google map

[android-developers] Google map is not showing

2013-08-14 Thread nemi chhimpa
Hi friends, I am using map api android v2 for google map. It is only showing the zoom control button an blank map. I followed all steps mention in google map api v2 doc. In logcat, unable to find Lmap message showing. -- You received this message because you are subscribed to the Google Groups

[android-developers] Google Map not showing

2013-05-06 Thread surabhi jain
Hi all, I am using Android Google Map V2.I have created api key with the help of below command keytool -list -v -alias androiddebugkey -keystore C:\Users\android\.android\debug.keystore -storepass android -keypass android After generating api key,when I run my application on emulator it display

[android-developers] Google Map Android Api V2 not working

2013-01-21 Thread Haps
Hi Guys, I am trying to use the latest api launched by google i.e. *Google Map Android Api V2* All the code and each scenario is correct, but I am still having the blank fragments screen i.e. *No Map Visible. *I have attached its screenshot with this post. * * *The logs shows the issue:-*

[android-developers] Google map with airballoon image...

2013-01-17 Thread tom
Hi, I have created google map using android and set zoom control also.. Now i try to create a air balloons on top of the countries but i don't have any idea. So if you know please share with me... Thanks, -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Google Map Example Crashes?

2013-01-04 Thread Dan Uff
Hi all, I am very new to Android and Google Maps. I am trying to learn how to put a map in my app by using the below example: https://developers.google.com/maps/documentation/android/start#specify_settings_in_the_application_manifest When I run the example, I get the dreaded The file has

Re: [android-developers] Google Map Example Crashes?

2013-01-04 Thread Mark Murphy
Use LogCat to examine the Java stack trace associated with your crash. On Fri, Jan 4, 2013 at 4:27 PM, Dan Uff danny@gmail.com wrote: Hi all, I am very new to Android and Google Maps. I am trying to learn how to put a map in my app by using the below example:

[android-developers] google map not showing apk downloaded from market before upload it was showing

2012-12-03 Thread Amit Mangal
Hi there, i have created an application which is using google map i created sdk key and added in my xml file. it is working fine on simulator and my device. when testing finished i export apk for market but when i downloaded that apk from market the google map is not showing in it . while i am

Re: [android-developers] google map problem

2012-11-29 Thread doğan
I don't think because I added the internet permission in the manifest.xml On Wednesday, November 28, 2012 5:41:09 PM UTC+2, bob wrote: Maybe you forgot INTERNET permission in the first project? On Wednesday, November 28, 2012 8:49:06 AM UTC-6, doğan wrote: I dont understand this

[android-developers] Google Map

2012-11-28 Thread Alex Muniesa Carod
Do you sign maps with API maps key? -- 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

Re: [android-developers] google map problem

2012-11-28 Thread Ralph Bergmann | the4thFloor.eu
Am 20.11.12 15:14, schrieb doğan: I want to use google map api .But i have problem about show the coordinates.I added a screencast and some part of codes.Any idea this problem? do you use the right Maps Api key? https://developers.google.com/android/maps-api-signup You need one for

Re: [android-developers] google map problem

2012-11-28 Thread doğan
I dont understand this situation.Problem solved when I create a new project. On Wednesday, November 28, 2012 4:15:57 PM UTC+2, Ralph Bergmann wrote: Am 20.11.12 15:14, schrieb doğan: I want to use google map api .But i have problem about show the coordinates.I added a screencast and

Re: [android-developers] google map problem

2012-11-28 Thread bob
Maybe you forgot INTERNET permission in the first project? On Wednesday, November 28, 2012 8:49:06 AM UTC-6, doğan wrote: I dont understand this situation.Problem solved when I create a new project. On Wednesday, November 28, 2012 4:15:57 PM UTC+2, Ralph Bergmann wrote: Am 20.11.12

Re: [android-developers] Google Map

2012-11-27 Thread Nirav Parmar
HI Ehsan Currently u may have generated Map key using debug keystore...Try to generate it using application's keystore.. On Tue, Nov 27, 2012 at 1:03 PM, Ehsan Ghasisin ehsan@gmail.com wrote: unfortunately no On Tue, Nov 27, 2012 at 3:21 PM, Narendra Singh Rathore

Re: [android-developers] Google Map

2012-11-27 Thread Ehsan Ghasisin
I used this commands is it true or false ? C:\Program Files\Java\jdk1.7.0_05\binkeytool -v -list -alias androiddebugkey - keystore C:\Users\predator\.android\debug.keystore -storepass android -keypass . On Tue, Nov 27, 2012 at 4:27 PM, Nirav Parmar n.parma...@gmail.com wrote: HI Ehsan

Re: [android-developers] Google Map

2012-11-27 Thread Nirav Parmar
C:\Users\predator\.android\debug.keystorethats debug keystore...try to create using application's keystore.. On Tue, Nov 27, 2012 at 3:54 PM, Ehsan Ghasisin ehsan@gmail.com wrote: I used this commands is it true or false ? C:\Program Files\Java\jdk1.7.0_05\binkeytool -v -list -alias

Re: [android-developers] Google Map

2012-11-26 Thread Narendra Singh Rathore
On Mon, Nov 26, 2012 at 12:11 AM, Ehsan Ghasisin ehsan@gmail.comwrote: Hi Every one . I created Google map in android and test with emulator and it worked currently , but when install in my phone (Samsung galaxy ) my program didn't show anything just show a simple page . Tnx

Re: [android-developers] Google Map

2012-11-26 Thread Ehsan Ghasisin
Hi .yes my internet connection working . On Mon, Nov 26, 2012 at 7:54 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Mon, Nov 26, 2012 at 12:11 AM, Ehsan Ghasisin ehsan@gmail.comwrote: Hi Every one . I created Google map in android and test with emulator and it

Re: [android-developers] Google Map

2012-11-26 Thread asha b
Make sure you are using proper map key for mapview and keystore for application. Simple page without mapview means problem is with mapkey. On Mon, Nov 26, 2012 at 6:07 AM, Ehsan Ghasisin ehsan@gmail.com wrote: Hi .yes my internet connection working . On Mon, Nov 26, 2012 at 7:54 PM,

Re: [android-developers] Google Map

2012-11-26 Thread Narendra Singh Rathore
On Tue, Nov 27, 2012 at 1:10 AM, asha b ash...@gmail.com wrote: Make sure you are using proper map key for mapview and keystore for application. Simple page without mapview means problem is with mapkey. Hi Asha, but if the problem is with mapkey, then why it is being displayed on

Re: [android-developers] Google Map

2012-11-26 Thread Ehsan Ghasisin
Hi , my program work without any error in emulator. i have problem when install my program on my device On Tue, Nov 27, 2012 at 2:57 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Tue, Nov 27, 2012 at 1:10 AM, asha b ash...@gmail.com wrote: Make sure you are using proper

Re: [android-developers] Google Map

2012-11-26 Thread Narendra Singh Rathore
On Tue, Nov 27, 2012 at 12:42 PM, Ehsan Ghasisin ehsan@gmail.comwrote: Hi , my program work without any error in emulator. i have problem when install my program on my device Hi Ehsan, have you tried on any other device? If yes, what was the response of that? -- You received this

Re: [android-developers] Google Map

2012-11-26 Thread Ehsan Ghasisin
unfortunately no On Tue, Nov 27, 2012 at 3:21 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Tue, Nov 27, 2012 at 12:42 PM, Ehsan Ghasisin ehsan@gmail.comwrote: Hi , my program work without any error in emulator. i have problem when install my program on my device Hi

[android-developers] Google Map

2012-11-25 Thread Ehsan Ghasisin
Hi Every one . I created Google map in android and test with emulator and it worked currently , but when install in my phone (Samsung galaxy ) my program didn't show anything just show a simple page . Tnx -- You received this message because you are subscribed to the Google Groups

[android-developers] Google map changes mamimum zoom value in Draw method.

2012-11-17 Thread vitthal khatpe
Hi All, I have written following code in overridden draw method. public void draw(Canvas canvas, MapView mapView, boolean shadow) { mapView.getMaxZoomLevel(); } This method(getMaxZoomLevel()) return gets changes constantly, when your starts zoom in operation on the Map. My question

Re: [android-developers] Google Map Not working in the Real Deceive.

2012-10-19 Thread TreKing
On Sun, Oct 7, 2012 at 11:36 AM, askl amal...@gmail.com wrote: But it is not running in the real device. How can i fix that problem. Just give me some guild lines. First guideline: when asking a question, be specific and clear. It is not running in the real device tells us nothing about the

[android-developers] Google Map Not working in the Real Deceive.

2012-10-12 Thread askl
*Hi all,* *I've developed an application using google map API. That map application working properly in the Emulator. But it is not running in the real device. How can i fix that problem. Just give me some guild lines. (MapView Component)* -- You received this message because you are

[android-developers] Google Map Api key

2012-09-17 Thread rauf qureshi
Hello friends, I am working with google map,I have generate MD5 certificate. when i am trying to generate api key its showing message that invalid certificate so can any body help me what is error -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Google Map Api key

2012-09-17 Thread rambabu mareedu
i think what you had find that is not md5 key that might be certificate key... visit my blog you will find video and example for google maps http://ramscreative.blogspot.in/2012/07/android-google-mapview-video-tutorial.html On Mon, Sep 17, 2012 at 9:02 AM, rauf qureshi

Re: [android-developers] Google Map Api key

2012-09-17 Thread Amey Bapat
you might be generating SHA1 fingerprint instead of MD5.. and if this is not the case then you should check in for any unwanted spaces when you register it with Google Maps Service On Mon, Sep 17, 2012 at 9:41 PM, rambabu mareedu rambabu.mare...@gmail.comwrote: i think what you had find that

Re: [android-developers] Google Map Api key

2012-09-17 Thread Asheesh Arya
use -v to generate md5 C:\Program Files\Java\jre7\binkeytool -list -v -alias androiddebugkey -keystor e c:\users\.android\debug.keystore -storepass android -keypass a ndroid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] google map activity - show message no network connection

2012-05-07 Thread athpapa
Hello, I have a public class like this: MyLocationActivity extends MapActivity which shows me my location on google maps.But the program needs internet connection. How can I display a message that network connection is required when the phone is not connected on the internet and open for

[android-developers] Google map: getting exception when trying to get location name of clicked co-ordinates

2012-03-16 Thread Narendra Singh Rathore
Hi all, I am using google map in my application. Till now, I have successfully shown the map with marker, as well as *got the clicked co-ordinates*, with the help of boolean method *onTouchEvent*of MapOverlay extending com.google.android.maps.Overlay. Now, I am trying to get the location name(s)

Re: [android-developers] Google map: getting exception when trying to get location name of clicked co-ordinates

2012-03-16 Thread TreKing
On Fri, Mar 16, 2012 at 5:45 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: The bold line throwing the IOException. *java.io.IOException: Service not Available*. Please help me to get, where I am wrong, as well as some helpful suggestion to achieve what I want. What are you

[android-developers] Google Map Activity

2012-03-14 Thread aatici
Hello ! Im studying on map activities .. Actually ı have a homework .. ı can not see google map in emulator .. there is an only plaid page .. ı maen ı, cannnot see the map .. Could u help me please .. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Google Map Activity

2012-03-14 Thread Narendra Singh Rathore
On Wed, Mar 14, 2012 at 4:52 AM, aatici settarat...@gmail.com wrote: Hello ! Im studying on map activities .. Actually ı have a homework .. ı can not see google map in emulator .. there is an only plaid page .. ı maen ı, cannnot see the map .. Could u help me please .. 1) Check internet

[android-developers] Google map is not displaying well in the Samsung galaxy s551 and LG Optimus ME.

2012-03-09 Thread senthil kumar
Google map is not displaying well in the Samsung galaxy s551 and LG Optimus ME but the same application is run in LG Optimus PRO well Able to find the root between the two latitudes and longitudes values.The above said 2 phones the google map is not displaying well.It is half loaded google

[android-developers] Google Map Marker Overalys - Beginner

2012-03-06 Thread Krishna Kumaar Natarajan
Hi All, I followed the steps mentioned in the link below. http://developer.android.com/resources/tutorials/views/hello-mapview.html At the end I am getting Force Close error :( can anyone share steps for the basic marker creation ? -- Regards, Krishna Kumaar N.I. -- You received this

Re: [android-developers] Google Map Marker Overalys - Beginner

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 2:09 PM, Krishna Kumaar Natarajan nikrish...@gmail.com wrote: I followed the steps mentioned in the link below. http://developer.android.com/resources/tutorials/views/hello-mapview.html At the end I am getting Force Close error :( Use adb logcat, DDMS, or the LogCat

Re: [android-developers] Google Map API usage

2012-02-29 Thread Krishna Kumaar Natarajan
I started my basic application. Followed this video lecture. http://www.youtube.com/watch?v=vgr4l1nsFdUfeature=g-histcontext=G2d64a1fAHT05jLwADAA 3 chapters. At the end, he was using R.id attribute but no such attribute available in my R.java file. Any solution for this ? On Mon, Feb 20, 2012

[android-developers] [Google Map] Handle click on route

2012-02-20 Thread Benjamin DJAHANDIDEH
I'm trying to validate a clickable route functionality using google map API. I established route display between two coordinates using the map API. To realize this, I used the following tutorial http://csie-tw.blogspot.com/2009/06/android-driving-direction-route-path.html , which basically parse

[android-developers] Google Map API usage

2012-02-20 Thread Krishna Kumaar Natarajan
Hi All, I am new to android development. Can I get some links where I can learn using google Maps API ? Thanks in advance -- Regards, Krishna Kumaar N.I. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Google Map API usage

2012-02-20 Thread dEEPESH PPM
Hi, Please refer the following links https://code.google.com/apis/console/#project:58720998082:access http://eagle.phys.utk.edu/guidry/android/mapOverlayDemo.html http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/

Re: [android-developers] [Google Map] Handle click on route

2012-02-20 Thread TreKing
Tip: Don't post a giant blob of unformatted, unreadable code. Post the least bit of code that will get the point across. No one is going to read through all that, it makes your post hard to read, and increases the chances of people ignoring your post because they never get to the bottom where the

[android-developers] Google Map : Replacing zoom buttom to a customize button and giving control to them

2011-10-24 Thread manish
Hi, Everybody Now a days, I am working on an Location-Based application. It uses google map. I am trying to customize the zoom control button and instead of default zoom bar, two button at the bottom of the map. I am able to putting the button at bottom of the map but unable to give zoom control

Re: [android-developers] Google Map : Replacing zoom buttom to a customize button and giving control to them

2011-10-24 Thread TreKing
On Sun, Oct 23, 2011 at 8:19 AM, manish manishrajja...@gmail.com wrote: I am able to putting the button at bottom of the map but unable to give zoom control to them. Please give me some suggestion regarding this problem. RTM:

Re: [android-developers] Google Map : Replacing zoom buttom to a customize button and giving control to them

2011-10-24 Thread MANISH RAJ
Thank you TreKing for your answer. I got it ! Regards, manish Manish Kumar Computer Science and Engineering (2008-2012) Govt. Model Engineering College Cochin-21 +919287301035 manishrajja...@gmail.com -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] google map direction jar file

2011-10-05 Thread Vinay Julme
Use Google Api 10 not the Android Api. And try it. On Wed, Oct 5, 2011 at 11:15 AM, Goutom goutom.sust@gmail.com wrote: Hello I want to get the direction from one GeoPoint to another GeoPoint. I fount a tutorial in this site

Re: [android-developers] google map direction jar file

2011-10-05 Thread Ralph Bergmann | the4thFloor.eu
Am 05.10.11 07:45, schrieb Goutom: I want to get the direction from one GeoPoint to another GeoPoint. [...] Any alternate solutions? you can also use the webservice from google http://code.google.com/intl/en/apis/maps/documentation/directions/ ralph -- You received this message because you

[android-developers] google map direction jar file

2011-10-04 Thread Goutom
Hello I want to get the direction from one GeoPoint to another GeoPoint. I fount a tutorial in this site http://www.anddev.org/map-tutorials-f18/google-driving-directions-mapview-overlayed-t826.html And it uses the package com.google.googlenav.But I dont find this package any where.Where I can

[android-developers] google map PROBLEM

2011-09-14 Thread Swapnil Sharma
hiii all, i am using following codes 2 display google map but stiil it is not coming. .JAVA FILE package com.googlemaps; import com.google.android.maps.*; import com.google.android.*; import android.app.Activity; import android.os.Bundle; import android.widget.LinearLayout; public class

Re: [android-developers] google map PROBLEM

2011-09-14 Thread TreKing
On Wed, Sep 14, 2011 at 2:08 AM, Swapnil Sharma swapnil26sha...@gmail.comwrote: MapView mMapView = new MapView(this, 0iPfyUCdrBSuIGmumwpfwvQFOy-In7XLB9c3G7Q); setContentView(mMapView); setContentView(R.layout.main); What do you expect to happen when you do this?

[android-developers] Google map working on one mobile and not on another

2011-08-31 Thread Bipin Sutariya
HI All, I am developing one app which have google map to show. My issue is it is showing fine on Samsung Galaxy mobile but map is not showing on HTC mobile. Can any one point it our what probebly issue can be? On HTC mobile it is jut showing blank page with grid. While on Samsung mobile it is

Re: [android-developers] Google map working on one mobile and not on another

2011-08-31 Thread TreKing
On Wed, Aug 31, 2011 at 11:43 AM, Bipin Sutariya bipin.sutar...@gmail.comwrote: Can any one point it our what probebly issue can be? You either installed different version of the app OR one has internet connection and the other doesn't.

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-03 Thread TreKing
On Tue, Aug 2, 2011 at 11:55 PM, usafrmajor usafrma...@gmail.com wrote: Just wondering, is it possible to have both keys for the map view active? Active as both set? No. But you can determine whether you are running in debug or release mode and use the appropriate key or layout in either case.

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-03 Thread Adam Ratana
TreKing, would you mind giving some quick details on how you'd implement that? I find myself changing the key manually when I go to upload a release, not very ideal or convenient. On Wednesday, August 3, 2011 8:17:56 AM UTC-4, TreKing wrote: On Tue, Aug 2, 2011 at 11:55 PM, usafrmajor

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-03 Thread Nick Risaro
I'm not TreKing :) I do it with a method like this private boolean isDebuggable(Context context) { return (context.getApplicationInfo().flags ApplicationInfo.FLAG_DEBUGGABLE) != 0; } On Wed, Aug 3, 2011 at 3:39 PM, Adam Ratana adam.rat...@gmail.com wrote: TreKing, would

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-03 Thread TreKing
On Wed, Aug 3, 2011 at 1:39 PM, Adam Ratana adam.rat...@gmail.com wrote: TreKing, would you mind giving some quick details on how you'd implement that? I find myself changing the key manually when I go to upload a release, not very ideal or convenient. This is what I do too - it's

[android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-02 Thread usafrmajor
I have an application that used Google Maps. When I am developing and installing on my device the roads and such are displayed when I open a map, however when I sign the app and deploy on the Android Market all I see is a dashed grid, that is no roads or other map objects. However, my custom

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-02 Thread Brad Gies
You're probably using your development map key. You need another key for your prod app. Sincerely, Brad Gies --- MaxHOMEValue.com Kelowna, British Columbia, Canada email: bg...@maxhomevalue.com http://maxhomevalue.com

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-02 Thread TreKing
On Tue, Aug 2, 2011 at 10:11 PM, usafrmajor usafrma...@gmail.com wrote: Can anyone tell me what may be going wrong? You didn't get a new map key for your release / signing key. - TreKing

Re: [android-developers] Google Map Road Showing In Dev But not When Signed for Deployment

2011-08-02 Thread usafrmajor
Yep, that was it. Thanks Just wondering, is it possible to have both keys for the map view active? I am assuming not, but thought I would ask just in case I could some way -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] google map marker

2011-07-22 Thread Raghav Sood
You can use the google maps overlay class to draw on the map. Hiding the google logo is not permitted. Read the terms and conditions. On Fri, Jul 22, 2011 at 11:11 AM, arun kumar hariarun2...@gmail.com wrote: Hello all, I am working in google map application. In that application i want to

Re: [android-developers] google map marker

2011-07-22 Thread arun kumar
anyone please send sample code for more than two markers in google maps. On 7/22/11, Raghav Sood raghavs...@gmail.com wrote: You can use the google maps overlay class to draw on the map. Hiding the google logo is not permitted. Read the terms and conditions. On Fri, Jul 22, 2011 at 11:11

Re: [android-developers] google map marker

2011-07-22 Thread lbendlin
for a few markers here and there you don't need overlays. Just add the image views directly. mMapView.addView(mImageView, geoLP); -- 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] google map marker

2011-07-21 Thread arun kumar
Hello all, I am working in google map application. In that application i want to show two different markers like for eg if i point out australia using one own custom marker and england using another marker. how can we do that? then i have another doubt in google map displayed in android emulator.

Re: [android-developers] google map not display

2011-07-18 Thread arun kumar
its api key problem -- 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

Re: [android-developers] google map not display

2011-07-18 Thread arun kumar
hai guys, ya i got google map perfectly. its api key problem only:) now its works On Tue, Jul 19, 2011 at 9:41 AM, arun kumar arun.kata...@gmail.com wrote: its api key problem -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] google map not display

2011-07-14 Thread arun kumar
Hello all, I want to develop one application. ie using google map want to display current location. i register google map api key properly and run exact coding but in emulator its display only squares in emulator and device. anybody please help me!!! thanks in advance manifest file ?xml

Re: [android-developers] google map not display

2011-07-14 Thread nageswara rao rajana
Hi, try this http://mobiforge.com/developing/story/using-google-maps-android -- 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,

Re: [android-developers] google map not display

2011-07-14 Thread arun kumar
hello i refer this web site also. but its not working. in log cat couldn't get connection factory client error will occur what can i do ? please help me? On Thu, Jul 14, 2011 at 4:29 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi, try this

Re: [android-developers] google map not display

2011-07-14 Thread nageswara rao rajana
Did you follow each and every step along with Google Map key. -- 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

Re: [android-developers] google map not display

2011-07-14 Thread arun kumar
yes i follow step by step but its not working On Thu, Jul 14, 2011 at 4:56 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: Did you follow each and every step along with Google Map key. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] google map not display

2011-07-14 Thread nageswara rao rajana
On what api level are you working, and tell me your target avd. -- 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

Re: [android-developers] google map not display

2011-07-14 Thread Mark Murphy
On Thu, Jul 14, 2011 at 7:28 AM, arun kumar hariarun2...@gmail.com wrote: yes i follow step by step but its not working My guess is that your emulator or device does not have Internet access. If this is the emulator, you will probably see that you have zero bars of signal strength. Try

Re: [android-developers] google map not display

2011-07-14 Thread Raghav Sood
Are you sure the api key for Google maps corresponds with whatever certificate you are currently signing your app with? If the key does not match the map tiles won't be displayed. On Thu, Jul 14, 2011 at 5:03 PM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Jul 14, 2011 at 7:28 AM, arun

[android-developers] Google Map 5 for Android development

2011-04-28 Thread bappa
Hi I want to implement google map 5 3D API in my application. I have updated the goole map to 5 in my target device. Can you please tell me what I have to do to accomplish this? Thanks Ritwik -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Google Map 5 for Android development

2011-04-28 Thread Mark Murphy
On Wed, Apr 27, 2011 at 1:59 AM, bappa ritwik0...@gmail.com wrote: I want to implement google map 5 3D API in my application. I have updated the goole map to 5 in my target device. Can you please tell me what I have to do to accomplish this? You cannot accomplish this. The Google Maps

[android-developers] Google Map Directions

2011-04-25 Thread Virendra Patidar
I want to show the direction with arrow using google map between two locations in my application. Please help me in getting working code/API -- Best Regards, Virendra Patidar Cell # 09910288925 -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Google Map Directions

2011-04-25 Thread TreKing
On Fri, Apr 22, 2011 at 10:58 PM, Virendra Patidar virendrapati...@gmail.com wrote: I want to show the direction with arrow using google map between two locations in my application. OK. So what's the problem? Please help me in getting working code/API Please make an effort to solve your

Re: [android-developers] Google MAP api?

2011-03-09 Thread lucas.g...@gmail.com
Uhm. Eclipse -- new project -- android. Select Build Target = Google API's the version doesn't much matter. Create project from existing sample. The only sample is a maps api sample. On Mon, Mar 7, 2011 at 6:45 PM, TreKing treking...@gmail.com wrote: On Mon, Mar 7, 2011 at 8:08 PM,

[android-developers] Google MAP api?

2011-03-07 Thread Jignesh Kakkad ( Jiggy )
Hi Guys, This sounds bit stupid but can anyone suggest good example of Google Map API and View? Thank you Regards Jiggy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Google MAP api?

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 6:46 PM, Jignesh Kakkad ( Jiggy ) jig2n...@gmail.com wrote: This sounds bit stupid but can anyone suggest good example of Google Map API and View? Like the example in the official documentation?

RE: [android-developers] Google MAP api?

2011-03-07 Thread Jignesh Kakkad ( Jiggy )
Sent: Tuesday, 8 March 2011 1:00 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Google MAP api? On Mon, Mar 7, 2011 at 6:46 PM, Jignesh Kakkad ( Jiggy ) jig2n...@gmail.com wrote: This sounds bit stupid but can anyone suggest good example of Google Map API and View

Re: [android-developers] Google MAP api?

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 8:08 PM, Jignesh Kakkad ( Jiggy ) jig2n...@gmail.com wrote: Yeah, some working example or some sort example in the official documents .. to start something on MAP API There is exactly that in the official documentation.

Re: [android-developers] Google Map Error

2011-02-22 Thread Ankit Kasliwal
Is your GoogleMapActivity and Imageview call both are in different activity or in same activity. and please send your full manifest file and activity code. On Mon, Feb 21, 2011 at 2:01 PM, Nesim TUNÇ nesimt...@gmail.com wrote: Hi Awesome Developers! I'm trying to use Google Map in my Android

Re: [android-developers] Google Map Error

2011-02-22 Thread Krishna oza
use API for Android 2.2 -- 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

[android-developers] Google Map Error

2011-02-21 Thread Nesim TUNÇ
Hi Awesome Developers! I'm trying to use Google Map in my Android App. My SDK version is 2.1 update 1 (Level 7), I added the Google Map Lib (maps.jar) - Level 7 but still getting this error .. Here is my codes: Manifest file: activity android:name=x.maps.GoogleMapActivity/ uses-library

[android-developers] Google map application now working in Micromax A60

2011-02-03 Thread subha ramkie
Hi, I have an application which used Google map apis to show the map. The application works perfectly fine in all Android phones except Micromax A60. Any idea if it's a phone specific problem? Are map apis supported in Micromax? This is the error I am getting : 02-03 16:14:19.068:

[android-developers] Google MAP API and Internal GPS support

2011-01-04 Thread raam
Hi, 1) Does all android phone have Internal GPS? If not, then how to find the availability of internal GPS through code? 2) How do we find out if the android phone supports Google Map library through code? I have seen a post

[android-developers] Google Map activity not working

2010-11-27 Thread Abhishek Talwar
Hi guys I was trying for the first time to make a google map application on android and the following are the steps i followed :- 1. I have made the application separately in 2.2 , 2.1 , 2.2 google api, 2.1 google api 2. This is the manifest file :- ?xml version=1.0 encoding=utf-8? manifest

[android-developers] Google Map Pin

2010-11-24 Thread pedr0
Hi at all, I am looking for a default marker for overlay items in the maps, but I haven't finded it, something is wrong or really Google Map API don't offers this feature? I have to draw manually my pin or make it via some graphic tool like GIMP? Another question is about the copyright of pin

Re: [android-developers] Google Map Pin

2010-11-24 Thread Mark Murphy
On Wed, Nov 24, 2010 at 4:42 AM, pedr0 pulsarpie...@gmail.com wrote: I am looking for a default marker for overlay items in the maps, but I haven't finded it, something is wrong or really Google Map API don't offers this feature? AFAIK, there is no default marker with the Google Maps add-on

[android-developers] google map api

2010-11-21 Thread kevindroid
Hi, Is there anyway to get directions of two geopoints? and draw an overlay on the map? I can't seem to find the documentations about this. Can anyone help? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] google map api

2010-11-21 Thread Mark Murphy
On Sun, Nov 21, 2010 at 8:23 PM, kevindroid kevin.wang...@gmail.com wrote:  Is there anyway to get directions of two geopoints? and draw an overlay on the map? Not through the Google Maps add-on, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] google map api

2010-11-21 Thread TreKing
On Sun, Nov 21, 2010 at 7:23 PM, kevindroid kevin.wang...@gmail.com wrote: Is there anyway to get directions of two geopoints? http://code.google.com/apis/maps/documentation/directions/ and draw an overlay on the map? http://code.google.com/android/add-ons/google-apis/reference/index.html

[android-developers] google map force close error (application stopped unexpectedly)

2010-11-08 Thread khushi
i have created a marker demowhich the marker on the map for which i have used pushpin.gif image. i have added the pushpin.gif in the drawable folders whish is inside the resource folder. when i run it on the emulator the force close errror appears i have also made sure that i add uses-library

  1   2   >