[android-developers] Google maps api android release no found

2016-11-28 Thread David Manzano
I have created an app that uses the api of google maps, at the time of testing use the default digital signature that has android studio and generates everything well even the apk but when trying to generate the signed apk to upload it to the play store the generated apk does not show The map

[android-developers] google maps no funciona en release

2016-11-27 Thread David Manzano
Hola he creado una app que utiliza el api de google maps cuando uso el modo debug utilizo el keystore default que trae android studio y cree la credencial que pide, al momento de lanzar en modo debug no tengo ningun problema. El problema esta cuando intento crear la app en modo release pero con

[android-developers] Google Maps Offline

2016-09-23 Thread Marcello Castro
Hi, I've been tasked to develop an app that needs to use offline maps, as internet connection is very poor in most locations the user will be heading. Basically, this app will collect water testing results for specific water sources that will be pinpointed to the map. The company will not

[android-developers] Google Maps API for android

2016-09-19 Thread Colton Pinner
I was wondering if it is possible to display markers from a database on a android devices using the google maps api, mostly so I dont to places all the markers in maps-activity.java and when a new one is added I do not ave the user update the app -- You received this message because you

[android-developers] Google Maps - Authentication failed. Timeout while trying to contact the server.

2016-08-19 Thread Liam Self
I am attempting to use the Google Maps API in my app, but am having trouble loading the maps on KitKat (API 19) devices. On my mobile (OnePlus 3, running Marshmallow), the maps load without a problem, so I know the API key to be correct, however on my tablet (a KitKat Samsung Galaxy Tab E),

[android-developers] Google Maps Android GPS App

2016-03-02 Thread gjs
Hi You can probably do this by also using the various maps API eg https://developers.google.com/maps/documentation/directions/intro#Waypoints Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Google Maps Android GPS App

2016-03-02 Thread Simon Leen
I am working on an Android Running App and currently trying to implement a user chosen distance route. I have been looking with a few weeks and cant seem to find anything that can help. I have user location and updates working but the problem is I don't want to set a defined destination. I

[android-developers] "Google Maps API key" - How does it work? Where, and how (in what form) do i store it securely?

2016-02-24 Thread Alexander Verba
Hi, Help is needed in regards "Google Maps API key". How does it work? Where, and how (in what form) do i store it securely (version control, plain, encoded, what encoding)? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Google maps in Webview

2016-01-29 Thread William Chan
Hi there! I just built an app with a webview to display my responsive website, but some of the Google maps in the webview are not showing up. Is there something I should be importing or including? Thank -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Google Maps API Android - NullPointerException - setBoundsInParent

2015-02-06 Thread ps-geolives
Hello. In our Android mobile application (compatible with Android versions 4.0 and upper), we use Google Maps API V2. We get some bug reports from users on some kinds of devices (Android versions 4.3, 4.4 and 5.0) with a NullPointerException in setBoundsInParent method of

Re: [android-developers] Google Maps API on Android 4.4 taking wrong location

2014-10-16 Thread Mukesh Srivastav
It is not only your's or 4.3 issue, even i am having it and i have no clue to do that On Thu, Oct 16, 2014 at 5:07 AM, SAndy sandy.go...@gmail.com wrote: I am using the Google Play Location API to locate my destination from my current location. My current location is picked up correctly by

[android-developers] Google Maps API on Android 4.4 taking wrong location

2014-10-15 Thread SAndy
I am using the Google Play Location API to locate my destination from my current location. My current location is picked up correctly by Android 4.0 to 4.3 but getting wrong current location in 4.4 device. If there is no fix for this, then they should deprecate the requestLocationUpdates

[android-developers] google maps api

2013-04-02 Thread toqa imad
how to know the suitable google maps api version to my android app ? i have android 4.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

[android-developers] Google Maps V2 Empty map on Galaxy Note 2

2013-03-26 Thread Captain Comando
I am using Google Maps API V2 in my Android application. As you can see in screenshot I have FragmentPager and there is a fragment which include google maps v2. On the device Galaxy Note 2 i have problem with displaying map content. On other devices maps works without any problem and displays

[android-developers] Google Maps Overlays

2013-02-28 Thread Rahul Shukla
Hi, I am about to develop an Android app in which requires the data and graphics of my app has to be layered on top of Google Maps. Is it possible ? ( I don't know the what all is possible with Google maps) What are the best sources from where i can see the best practices for using Google Maps

Re: [android-developers] Google Maps Overlays

2013-02-28 Thread TreKing
On Thu, Feb 28, 2013 at 3:16 PM, Rahul Shukla rahul12.shu...@gmail.comwrote: What are the best sources from where i can see the best practices for using Google Maps for development. Have you considered reading the documentation for Google Maps?

Re: [android-developers] Google Maps Overlays

2013-02-28 Thread Rahul Shukla
yes I know about the documentation but the practices while implementing keep changing over time so i wanted to know the latest stuff that is being followed or is apt. On Fri, Mar 1, 2013 at 3:06 AM, TreKing treking...@gmail.com wrote: On Thu, Feb 28, 2013 at 3:16 PM, Rahul Shukla

Re: [android-developers] Google Maps Overlays

2013-02-28 Thread TreKing
On Thu, Feb 28, 2013 at 3:45 PM, Rahul Shukla rahul12.shu...@gmail.comwrote: yes I know about the documentation but the practices while implementing keep changing over time There was the old Google Maps API and (about 3 or 4 years later) there is the latest one. It's not really changing over

Re: [android-developers] Google maps api v2 issue

2013-02-09 Thread g...@deanblakely.com
Thanks for the answer and I'm glad that it is NO. As for the complexity, when I first began developing for android I recall it took me less than a half hour to get the Hello Google Maps app working. I've already spent 6 hours on

Re: [android-developers] Google maps api v2 issue

2013-02-09 Thread Mark Murphy
On Sat, Feb 9, 2013 at 1:13 PM, g...@deanblakely.com g...@deanblakely.com wrote: The problem may not be complexity of the framework. Most tutorials for Android lack specificity and there is usually never a download working project option (as there is in your book). Here's a whole directory of

[android-developers] Google maps api v2 issue

2013-02-08 Thread g...@deanblakely.com
I'm about to put my Android app, which uses google api v1 onto the market. I now see that v1 has been depreciated and that I am urged to use v2 instead. I see that v2 appears an order of magnitude more complex and that google play services are needed. Since google play services are needed

Re: [android-developers] Google maps api v2 issue

2013-02-08 Thread Mark Murphy
On Fri, Feb 8, 2013 at 7:08 PM, g...@deanblakely.com g...@deanblakely.com wrote: I see that v2 appears an order of magnitude more complex Actually, I found it to be simpler, at least for many operations, once you get past the is the Play Services Framework installed? hassle. Drag and drop, for

[android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Filipe Batista
Hello, I am using a custom InfoWindowAdapter to show a custom InfoWindow. In my layout i have the following TextView: TextView android:id=@+id/balloon_item_title android:layout_width=match_parent android:layout_height=wrap_content android:text=My Title android:singleLine=true

Re: [android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Mark Murphy
Probably. If I understand correctly, what is shown in the info window is not the actual widgets, but rather a Bitmap created from those widgets. If so, that would explain why animated effects will not work. On Tue, Jan 22, 2013 at 11:19 AM, Filipe Batista batista.fil...@gmail.com wrote: Hello,

Re: [android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Filipe Batista
Yep, you are right. I have just noticed in here: https://developers.google.com/maps/documentation/android/marker?hl=en Note: The info window that is drawn is not a live view. The view is rendered as an image (using `View.draw(Canvas)`) at the time it is returned. This means that any

[android-developers] Google Maps v2 causes memory leak

2013-01-14 Thread Tomáš
Hi, I have switched to the new Google Maps v2, it works quite well, but after some time I discovered growing memory consumption of my app. After investigation it turns out that the sample application demonstrating Google Maps v2 bundled in android sdk also suffers with growing memory

[android-developers] Google Maps API v2 - how to recreate the map?

2013-01-06 Thread lbendlin
The documentation for addTileOverlay() states: Note that unlike other overlays, if the map is recreated, tile overlays are not automatically restored and must be re-added manually. This made me curious. How can I actually recreate the map if all I have is getMap()? Basically I want to avoid

Re: [android-developers] google maps not showing

2012-12-09 Thread Raymond Rodgers
On 12/06/2012 04:43 PM, John Merlino wrote: I updated an android app but the original developers are not available so I had to create a new app on the android market. But it was generally the same app. It contains a google map. However, the google map does not render. I am getting messages like

Re: [android-developers] google maps not showing

2012-12-09 Thread Raymond Rodgers
On 12/06/2012 04:43 PM, John Merlino wrote: I updated an android app but the original developers are not available so I had to create a new app on the android market. But it was generally the same app. It contains a google map. However, the google map does not render. I am getting messages like

[android-developers] google maps not showing

2012-12-06 Thread John Merlino
I updated an android app but the original developers are not available so I had to create a new app on the android market. But it was generally the same app. It contains a google map. However, the google map does not render. I am getting messages like this on the log: Couldn't get connection

Re: [android-developers] google maps not showing

2012-12-06 Thread TreKing
On Thu, Dec 6, 2012 at 3:43 PM, John Merlino stoici...@aol.com wrote: Do I already have an apikey in the developer console somewhere or is this something I am going to have to create? Please read the documentation.

[android-developers] Google Maps Api Sign Up

2012-11-30 Thread J Handal
Sign Up for the Google Maps API The API keys generated by this page are no longer available I am using this tool to create my own map http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm I need to access this map from my Android App The Maps API requires a

[android-developers] Google Maps API KML GroundOverlay..

2012-08-21 Thread joe131
Hi All, I have a KML file and I'm interested in the 'GroundOverlay' and 'LatLonBox' parts of it. I haven't seen any information on this, or how to possibly load the KML file, in the API. I saw some posts about using 'ItemizedOverlay' to do some individual parts of it. Would I have to use

Re: [android-developers] Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread Jaison Brooks
I want to build a application that will have a feed coming from my website, in the feed simalar to like a news feed, a list of items to click for more infomation. Once clicked i want to have a navigate/See of map button and i want to know if i should use Google Maps API in the application to

[android-developers] Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-18 Thread Jaison Brooks
Hello Android Developers, I am creating this topic because i am brainstorming a application i want to write and need to know what resources are out there to help me complete or start this application. my idea is to have a application with items (images with text about them) to be viewed inside

Re: [android-developers] Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-18 Thread TreKing
On Wed, Jul 18, 2012 at 11:17 AM, Jaison Brooks jaisonbro...@gmail.comwrote: From there i know i can use a intent for the lat and long however, however would using the google maps api be better? Better than what? It's not very clear what your ultimate goal is with the map. P.S. - Consider

[android-developers] Google Maps API Key

2012-07-05 Thread ndiiie 90
HI guys, I note this from https://developers.google.com/maps/documentation/android/hello-mapview Please note that this is only valid while your application is signed with the debug key; once you sign with your private key, you will need a new API key. When you get your key, insert it for the

Re: [android-developers] Google Maps API Key

2012-07-05 Thread Raghav Sood
Yes. You can regenerate it if you lose it, but it will always stay the same for the same MD5 hash, no matter how many times you generate it. Thanks On Fri, Jul 6, 2012 at 8:55 AM, ndiiie 90 rnd...@gmail.com wrote: HI guys, I note this from

[android-developers] Google Maps Crash Insite WebView

2012-06-18 Thread Tommy Hartz
Hi, On android 4.0.3 I have an Activity that contains a webview. This webview loads a Google Maps webpage that is stored on our servers. The Map is overlaid with a Radar. When I double tab to zoom in on the map my app crashes. It is crashing and gives me an error

[android-developers] Google Maps are very old on Android

2012-03-18 Thread g...@deanblakely.com
I'm going through some of the tutorials and just finished HelloGoogleMaps tutorial. It works alright but I notice that the map is very old - much older than on Google.com. Looking where I live it's at least 7 years old. On Google.com it's no more than 2 years old. Why would this be? the

Re: [android-developers] Google Maps are very old on Android

2012-03-18 Thread TreKing
On Sun, Mar 18, 2012 at 7:07 PM, g...@deanblakely.com g...@deanblakely.comwrote: Why would this be? The Google Maps add-on has essentially been abandoned. It has not received an update of any sort in several years now. I would think that the tiles would be updated server-side, but apparently

[android-developers] Google Maps

2012-02-26 Thread Hamada Ali
how i can retrieve the direction from google maps -- 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] google maps and gps

2012-02-15 Thread enes
I am new android dev. I want to use googel maps api in my android project. I want to use my api as navigation and I give destination cordinate , it draw route. do you offer some article about it. thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] google maps updating tracking app

2012-02-11 Thread ajb5...@psu.edu
I want to make an app that will display the location of a gps module that will be sent from a GC864 cell module. The GC864 module will use ATT network to send the coordinates any tutorials that will help me achieve this task will be greatly appreciated. The way that I think it will work is the

[android-developers] google maps Change voice turn-by-turn

2011-12-10 Thread amit
Hello friends, i have a issue in android google map application. want to ask can we change voice on google map turn-by- turn(By default it Turn Left and Turn Right). but i want to change it with my voice can it possible with any other support or it can done with android

Re: [android-developers] google maps Change voice turn-by-turn

2011-12-10 Thread Mark Murphy
That application is not open source, sorry, so you cannot change it. On Sat, Dec 10, 2011 at 3:04 AM, amit amitsha...@gmail.com wrote: Hello friends,                        i have a issue in android google map application. want to ask can we change voice on google map turn-by- turn(By default

Re: [android-developers] google maps api

2011-12-01 Thread Marcelo Henrique
but used look manifest.xml ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.br.estudos android:versionCode=1 android:versionName=1.0 uses-sdk android:minSdkVersion=7 / uses-permission android:name=

[android-developers] google maps api

2011-11-30 Thread Marcelo Henrique
Google Maps main.xml Failed to find style 'mapViewStyle' in current theme - Marcelo Henrique - Se não puder se destacar pelo talento, vença pelo esforço. (Dave Weinbaum) -- You received this message because you are subscribed to the Google

Re: [android-developers] google maps api

2011-11-30 Thread James Black
Under the application element in your manifest add: uses-library android:name=com.google.android.maps / On Wed, Nov 30, 2011 at 1:19 PM, Marcelo Henrique marceloh...@gmail.comwrote: Google Maps main.xml Failed to find style 'mapViewStyle' in current theme

[android-developers] Google maps API

2011-11-16 Thread pmurdoch
Hi All New to the group so bear with me. I am developing a store locator and what to show on the map locations of a particular branch of fast food outlets without the user doing a search. Any idea's on the best way to do this? You can do this using App Inventor but it is so limited. Want to see

Re: [android-developers] Google maps API

2011-11-16 Thread TreKing
On Tue, Nov 15, 2011 at 12:36 PM, pmurdoch paul.murdo...@ntlworld.comwrote: I am developing a store locator and what to show on the map locations of a particular branch of fast food outlets without the user doing a search. Any idea's on the best way to do this? 1 - Create database with store

[android-developers] Google Maps to charge for API usage

2011-11-01 Thread Didier Girard
Here is the link : http://www.bbc.co.uk/news/business-15523050 I'm wondering if this new policy will impact Android applications that use the MapView. The FAQ makes references to javascript and flash, but nothing about Android. http://code.google.com/apis/maps/faq.html#tos_pricing -- You

Re: [android-developers] Google Maps to charge for API usage

2011-11-01 Thread TreKing
http://groups.google.com/group/android-discuss/browse_thread/thread/d31b93959ec20673/4bae1beebe67755c - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for

Re: [android-developers] Google maps on custom device

2011-10-27 Thread TreKing
On Wed, Oct 26, 2011 at 9:42 AM, Osvaldo Junior osvald...@gmail.com wrote: How can i solve this problem? - Get a device with Google Maps - Use the emulator with The Google Addons - Drop the maps requirement I don't have root access to device file system. Can I pack

[android-developers] Google maps on custom device

2011-10-26 Thread Osvaldo Junior
Hi, I'm facing a problem with my app running on android 2.2 device. On startup the log shows: ERROR/PackageManager(5041): Package com.abc.abcd requires unavailable shared library com.google.android.maps; failing! I observed that there's no com.google.android.maps.jar at device file system

[android-developers] Google Maps do Android

2011-10-24 Thread Ray da Costa
Saudações... Pessoa alguem sabe se da minha aplicação conseguiria passar para aplicação google maps que está instalada no meu aparelho uma coordenada para ele gerar a roda, ou mostrar no mapa esta rota .. -- Ray da Costa The best way to predict the future is to invent it. Alan Kay -- You

Re: [android-developers] Google Maps do Android

2011-10-24 Thread TreKing
You should post in English ... like the quote in your signature ... - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You

Re: [android-developers] Google Maps do Android

2011-10-24 Thread Ray da Costa
Sorry Greetings ... Person does anyone know if my application could go to google maps application that is installed on my machine for it to generate a coordinated wheel, or show this route on the map .. 2011/10/24 TreKing treking...@gmail.com You should post in English ... like the quote in

[android-developers] Google Maps TOS license issue

2011-10-04 Thread TN
I must admit Google's TOS confuse me completely. All that I want to do from my Android application is drill to Google Map Navigation with voice turn-by-turn using: startActivity( new Intent( Intent.ACTION_VIEW, Uri.parse(google.navigation:q= + mLatitude + , + mLongitude) )

Re: [android-developers] Google Maps TOS license issue

2011-10-04 Thread Mark Murphy
That is a question for qualified legal counsel. On Tue, Oct 4, 2011 at 7:21 AM, TN timn...@gmail.com wrote: I must admit Google's TOS confuse me completely. All that I want to do from my Android application is drill to Google Map Navigation with voice turn-by-turn using: startActivity(  

[android-developers] google maps

2011-08-18 Thread raj radhe
i want help for making project regarding google maps in android which takes input as a voice instruction so can u help me for that which sdk are required and which google API? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Google maps opens up in app with the entire US map

2011-08-10 Thread Buddy123
Hi, I am creating an app that will display a map using the Google maps app on Android. The experience is however not ideal. When the app opens up Google maps, the entire US map shows up and doesn't seem to use the current location of the device. What can be done to correct this behavior ?

Re: [android-developers] Google maps opens up in app with the entire US map

2011-08-10 Thread Appaholics
Well for a start you might want to get the current location of the user and display it. You could also set the zoomlevel to have the map zoomed in by default. Thanks On Tue, Aug 9, 2011 at 10:55 AM, Buddy123 buddy...@gmail.com wrote: Hi, I am creating an app that will display a map using the

Re: [android-developers] Google Maps API Key no map shown in app

2011-08-04 Thread jtoolsdev
And if running the release key in an emulator or device the app will have to be signed. That might be the step skipped. -- 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 Maps API Key no map shown in app

2011-08-02 Thread Droid
I have gone through the process to get my Android Maps API key correctly but no map is shown in my app. This is the case if I sign my apk or not. Does the API Key take a while to get verified at Google or what is going wrong? -- You received this message because you are subscribed to the

Re: [android-developers] Google Maps API Key no map shown in app

2011-08-02 Thread TreKing
On Tue, Aug 2, 2011 at 2:11 AM, Droid rod...@gmail.com wrote: This is the case if I sign my apk or not. Does the API Key take a while to get verified at Google or what is going wrong? No. You probably missed a step somewhere. Do it over, slowly and carefully, following the steps on the Maps

[android-developers] Google maps URL

2011-08-02 Thread Duygu Kahraman
Hi all; i want to get my current location with GPS (but i dont want to seem it) and than to get information with URL.Ex:http://maps.google.com/ maps?q=40.9287875,29.1664677 Please help me! Duygu Kahraman -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Google maps URL

2011-08-02 Thread TreKing
On Tue, Aug 2, 2011 at 2:27 PM, Duygu Kahraman duygu.kahram...@gmail.comwrote: i want to get my current location with GPS (but i dont want to seem it) Don't want to seem it ? and than to get information with URL.Ex: http://maps.google.com/

Re: [android-developers] Google maps URL

2011-08-02 Thread Duygu Kahraman
ın my application i want to get my current location with GPS but i dont want to show maps in my screen just get it.And than i want to send email but i dont want to send x,y coordinate i want to url like .Ex: http://maps.google.com/

Re: [android-developers] Google maps URL

2011-08-02 Thread Mark Murphy
http://developer.android.com/guide/topics/location/obtaining-user-location.html On Tue, Aug 2, 2011 at 3:50 PM, Duygu Kahraman duygu.kahram...@gmail.com wrote: ın my application i want to get my current location with GPS but i dont want to show maps in my screen just get it.And than i want to

[android-developers] Google Maps Javascript API for android Application

2011-07-14 Thread Dimitris
Hi! I would like to create an android application, where users will be able to see the position of the other users on the map. This may sound awkward but I have something on my mind. My question is how to make that possible? How to put a mark of my users on Google Maps and how to show this to the

[android-developers] Google Maps Directions API JSON response Copyright tags

2011-07-14 Thread Vendetta
Hi All, I have a question regarding the JSON response which you get after requesting Directions info between to points. The JSON response contains following copyright tag in it .. 07-13 11:21:55.549: DEBUG/DirectionsActivity(6012): copyrights : Map data ©2011 Google, 07-13 11:21:55.549:

Re: [android-developers] Google Maps Directions API JSON response Copyright tags

2011-07-14 Thread Filip Havlicek
Note: the Directions API may only be used in conjunction with displaying results on a Google map; using Directions data without displaying a map for which directions data was requested is prohibited. Additionally, calculation of directions generates copyrights and warnings which must be displayed

Re: [android-developers] Google Maps Javascript API for android Application

2011-07-14 Thread TreKing
On Wed, Jul 13, 2011 at 1:40 PM, Dimitris dimtsou...@gmail.com wrote: My question is how to make that possible? That is a very broad question. How to put a mark of my users on Google Maps and how to show this to the rest of my users? That is also quite broad. I know about Google Maps

[android-developers] google maps

2011-07-04 Thread hendra fachruzi
dear sir, i have a trouble with google maps, can i uninstall this application ? its not working when i doing tht cause i think i loose my data here... thanks for your kind attention regard hendra -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] google maps

2011-07-04 Thread Raghav Sood
This is a developers list. Please use a relevant forum like a support forum for your device, company or carrier. On Sat, Jul 2, 2011 at 6:42 PM, hendra fachruzi robincrew...@gmail.comwrote: dear sir, i have a trouble with google maps, can i uninstall this application ? its not working when i

[android-developers] Google Maps Directions in a WebView

2011-06-17 Thread paladin
I got a WebView to correctly get a person's current location from a website, but when I go to get directions from the user's current location to another specific place, the B field is correctly filled in, but in the full browser, the A field has My Location, whereas in the WebView, it remains

[android-developers] Google Maps - Calculate distance between point and nearest road

2011-06-15 Thread Joao Heleno
Hi. I'm using Google Maps in my app and I need to know the distance between a point (set anywhere by the user) and the nearest road to that point. Using javascript APIs I've seen examples using polylines and getvertex functions but there are no such methods in the android APIS. Any suggestions?

Re: [android-developers] Google Maps - Calculate distance between point and nearest road

2011-06-15 Thread TreKing
On Tue, Jun 14, 2011 at 7:19 AM, Joao Heleno joaohel...@gmail.com wrote: Any suggestions? See what you can do with communincating with the online apis - the Android Maps library is woefully under-featured and under-supported.

[android-developers] Google Maps Mapview Memory Leak

2011-06-02 Thread CJ
http://code.google.com/p/android/issues/detail?id=2181 Does someone know any solution for the Googe Maps Mapview Memory Leak? -- 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 Maps heat map type overlay?

2011-05-15 Thread Boozel
Hi I have google maps working great in my app. I now want to put on an overlay but instead of discrete icons i want to overlay the map with a semi transparent heat map type layer. Can anyone recommend a way to do this? Thanks in advance. -- You received this message because you are subscribed

Re: [android-developers] Google Maps heat map type overlay?

2011-05-15 Thread TreKing
On Sun, May 15, 2011 at 5:12 AM, Boozel boozelcl...@gmail.com wrote: Can anyone recommend a way to do this? Sub-class Overlay and do custom drawing. - TreKing

[android-developers] Google maps removing an individual overlayitem and saving it

2011-04-26 Thread Dijil
I am trying to remove the markers added in google maps. I am able to remove it by removing the overlayitem corresponding to the index from the map. But when I try to save it this modification is not saved. I am saving the coordinates using the function public void saveCoordinates() {

Re: [android-developers] Google maps removing an individual overlayitem and saving it

2011-04-26 Thread TreKing
On Tue, Apr 26, 2011 at 6:29 AM, Dijil dijil...@gmail.com wrote: Please advice me on how to fix this issue? You may want to clarify your issue. I, for one, did not follow. - TreKing

[android-developers] Google Maps MapView bug?

2011-04-20 Thread Murphy
I need to detect/disable pinch to zoom, and this method seems to work: http://stackoverflow.com/questions/4626028/how-to-disable-pinch-in-android-mapview I found out that as soon as you use: mapView.setBuiltInZoomControls(true); onTouch(View v, MotionEvent event) is only called once, the

[android-developers] Google Maps API Key not working? Only Grid!

2011-04-06 Thread BroOf
I just included the Google Maps API into my project but I can't get it to work... My debug.keystore is located in: C:\Users\myusername\.android I copied it to E:\Android and generated the MD5 fingerprint like this: C:\Program Files\Java\jdk1.6.0_24\binkeytool.exe -list -alias androiddebugkey

Re: [android-developers] Google Maps API Key not working? Only Grid!

2011-04-06 Thread Mark Murphy
Either: -- Your permissions are incorrect (e.g., wrong spot in the manifest), or -- You don't have Internet access, or -- Your API key incorrect (e.g., your API key is for a different signing key than the one you're using) On Tue, Apr 5, 2011 at 2:43 PM, BroOf kontaktpl...@googlemail.com wrote:

[android-developers] google maps that place where I am now.

2011-04-03 Thread Andrei
Hello. How do you open downloaded google maps that place where I am now. Place to be determined by GPS. Thank you -- 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

[android-developers] Google maps Android function

2011-03-30 Thread Andrei
Hello. I am a software developer for Android. I was searching the internet, but found no answer. I work with Google MAPS and can not figure out how to implement the following functions in the application: 1) how to implement the address search on my map? 2) how to pave the closest route to the

Re: [android-developers] Google maps Android function

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 3:07 PM, Andrei entre...@gmail.com wrote: Hello. I am a software developer for Android. I was searching the internet, but found no answer. I work with Google MAPS and can not figure out how to implement the following functions in the application: 1) how to implement

[android-developers] Google Maps image overlay not visible

2011-03-11 Thread Bastiaan
Hello, I want to overlay a map image (.jpg) over the Google Maps mapview. The problem is: The overlay image is not showing, who knows what's the problem? There is no error in logcat and the MapView is working. The code: package nl.ultimo.android.skikaart; import java.util.List; import

[android-developers] Google Maps Key in Handset

2011-03-03 Thread David Toledo
Hi All I have the app that shown google maps and no have problems in the emulator console, but when made the install the apk in the handset no shown the map, I've generated the google maps key with the following steps: I need the special key for the handset ? keytool -list -alias

[android-developers] Google Maps Source Code

2011-03-01 Thread NewUser
Is it possible to see the source of some of the GM classes? I posted this question a few weeks ago: https://groups.google.com/group/android-developers/browse_thread/thread/887845c31c22a26c?hl=is# and here

Re: [android-developers] Google Maps Source Code

2011-03-01 Thread Marcin Orlowski
On 1 March 2011 12:50, NewUser new_open_cl...@yahoo.com wrote: Is it possible to see the source of some of the GM classes?  I posted this question a few weeks ago: Don't think any google apps source is available (GMail, GM etc) -- Regards, Marcin -- You received this message because you are

[android-developers] Google Maps API error message but working

2011-02-16 Thread SEWilco
I've started getting the error E/MapActivity(18368): Couldn't get connection factory client in logcat when I start my application. I haven't changed layout/main.xml so android:apiKey is still there. Maps do still seem to be working. How can I get more detailed information about why that error

Re: [android-developers] Google Maps API error message but working

2011-02-16 Thread Mark Murphy
That error message is benign, as far as I have been able to tell. On Wed, Feb 16, 2011 at 2:20 PM, SEWilco sewi...@gmail.com wrote: I've started getting the error E/MapActivity(18368): Couldn't get connection factory client in logcat when I start my application.  I haven't changed

Re: [android-developers] google maps display error

2011-02-14 Thread TreKing
On Mon, Feb 14, 2011 at 7:10 AM, Atif Musaddaq atif.musad...@gmail.comwrote: Now In my project I could not find option to set Google APIs as the target. See attached snapshot, what i should do now. How i can add maps in my project ? Run the SDK Setup / Manager file in your Android SDK

[android-developers] Google Maps Api for Android Terms of Service info

2011-02-03 Thread roberto
Hi, I need help to understand the Google Map Api Licence for Android. Can I create an app that shows stores (groceries, coffee shops, etc) around me? I would use the Map api to show the map. I have my own source of locations to overlay with the map. Here is part of the Terms of Service what

Re: [android-developers] Google Maps Api for Android Terms of Service info

2011-02-03 Thread TreKing
On Sun, Jan 30, 2011 at 3:04 PM, roberto roberto.fo...@gmail.com wrote: Can I create an app that shows stores (groceries, coffee shops, etc) around me? Yes. The business asset tracking thing seems to indicate that you can't use the API to make an app for a business whose purpose is track or

[android-developers] Google Maps Broken

2011-01-28 Thread Nick Friederich
I'm developing an app that uses Google Maps, it was all working fine until a few days ago until it seems that silently maps now shows only X's. I have deleted my debug key generated a new one and used the new fingerprint to register a new API key, to no avail. I've even created a new project and

  1   2   >