[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 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 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 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

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 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

[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

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

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 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 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

[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 API - Route Points - GPS-Data

2010-12-15 Thread CJ
Hi guys, I’m a German student and I’m working on a little Android project. At the moment I am trying desperately to get information about a route (start-finish) with Google Maps API. I would need the route as a string filled with points of the route (GPS-Data) so I can calculate the distance from

[android-developers] Google Maps API - Getting GPS data ??

2010-12-15 Thread CJ
Hi guys, I’m a student and I’m working on a little Android project. At the moment I am trying desperately to get information about a route (start- finish) with Google Maps API. I would need the route as a string filled with points of the route (GPS-Data) so I can calculate the distance from every

[android-developers] Google Maps API

2010-11-25 Thread pedr0
hi at all, I am currently developing an little application which use API Maps and I have some problems: I would like shows an comic style comic could (like Web Google Map) when the users touch an overlay item present on the map, how can I do this? I have to write by hands the code that do this?

Re: [android-developers] Google Maps API

2010-11-25 Thread Mark Murphy
https://github.com/jgilfelt/android-mapviewballoons On Thu, Nov 25, 2010 at 4:25 AM, pedr0 pulsarpie...@gmail.com wrote: hi at all, I am currently developing an little application which use API Maps and I have some problems: I would like shows an comic style comic could  (like Web Google

[android-developers] google maps api

2010-11-04 Thread Harshal
hi, while signing up for google maps API, i entered the md5 string that was generated on issuing this command in cmd keytool.exe -list -alias androiddebugkey -keystore C:\android\debug.keystore -storepass android -keypass android but it says The fingerprint that you entered is not valid. Please

Re: [android-developers] Google Maps API hidden maps and opengl

2010-11-01 Thread TreKing
On Fri, Oct 29, 2010 at 6:00 PM, Adam Hammer adamhamm...@gmail.com wrote: I get an error java.lang.RuntimeException: stub at com.google.android.maps.MapView.init (Unknown Source) Is that really the entire error? Regardless, read the MapView documentation. It explains where and how the

[android-developers] Google Maps API hidden maps and opengl

2010-10-29 Thread Adam Hammer
I'm trying to create a MapView in a service (live wallpaper), but have it hidden so that I can render it to a Bitmap, and then map it to a texture to render in opengl. I have a Canvas and a Bitmap, and I intended to call myMap.draw(myCanvas) in order to get it into the correct bitmap so that I

[android-developers] Google maps api update

2010-10-10 Thread Jesse
Any one have any information on whether or not there will be an update to the google maps api for android? Its woefully limited compared to the JavaScript version. No support for custom tile overlays, polygons or polylines etc. But it would seem that those features are all available in the

Re: [android-developers] Google Maps API and Android app.

2010-09-11 Thread TreKing
On Thu, Sep 9, 2010 at 3:32 PM, jonny27 me.jonn...@gmail.com wrote: 09-09 21:23:51.247: ERROR/AndroidRuntime(722): *Caused by: java.lang.NullPointerException* 09-09 21:23:51.247: ERROR/AndroidRuntime(722): *at com.hello.map.view.** HelloMapView.onCreate(**HelloMapView.java:20)*

RE: [android-developers] Google Maps API and Android app.

2010-09-11 Thread Tommy
: [android-developers] Google Maps API and Android app. Hi everyone, I am following a tutorial on adding google maps into and android app and it keeps quitting unexpectantly. I have added the correct permissions and uses and created a new AVD using the google api build target but i guess i am missing

[android-developers] Google Maps API and Android app.

2010-09-10 Thread jonny27
Hi everyone, I am following a tutorial on adding google maps into and android app and it keeps quitting unexpectantly. I have added the correct permissions and uses and created a new AVD using the google api build target but i guess i am missing something else, hope someone can help and thanks in

[android-developers] Google Maps API in Israel

2010-07-13 Thread oriharel
Can a Googler please answer this one - how come I don't see detailed Israel map when I integrate with the MapView in my MapActivity? I can see just about any other country except Israel. thanks, Ori -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Google Maps API in Israel

2010-07-13 Thread Steve Howard
Likely the same as this: http://code.google.com/p/gmaps-api-issues/issues/detail?id=664 http://code.google.com/p/gmaps-api-issues/issues/detail?id=664Steve On Tue, Jul 13, 2010 at 1:15 PM, oriharel ori.ha...@gmail.com wrote: Can a Googler please answer this one - how come I don't see

[android-developers] Google Maps API in a Live Wallpaper

2010-07-10 Thread Hayden
Is there a way to use the Google Maps API in a live wallpaper? From looking at the API, it requires a MapActivity which I'm not sure how can work with a WallpaperService. It's obviously possible since there is the Google Maps live wallpaper included in Google Maps for Android, but wasn't sure if

Re: [android-developers] Google Maps API: Catching zoom and panning events

2010-06-10 Thread Raymond C. Rodgers
On 6/9/2010 7:13 PM, Steve Howard wrote: On Tue, Jun 8, 2010 at 9:03 PM, Raymond Rodgers raym...@badlucksoft.com mailto:raym...@badlucksoft.com wrote: On Tue, Jun 8, 2010 at 7:14 PM, Steve Howard ste...@android.com mailto:ste...@android.com wrote: A simple solution is to

Re: [android-developers] Google Maps API: Catching zoom and panning events

2010-06-09 Thread Steve Howard
On Tue, Jun 8, 2010 at 9:03 PM, Raymond Rodgers raym...@badlucksoft.comwrote: On Tue, Jun 8, 2010 at 7:14 PM, Steve Howard ste...@android.com wrote: A simple solution is to add an Overlay, override the draw() method, and not actually do any drawing, but simply use the method as a hook to

Re: [android-developers] Google Maps API: Catching zoom and panning events

2010-06-08 Thread Steve Howard
A simple solution is to add an Overlay, override the draw() method, and not actually do any drawing, but simply use the method as a hook to know anytime the map has potentially moved or zoomed. The problem is, this will get called more often than necessary, so you'll need some custom logic to

Re: [android-developers] Google Maps API: Catching zoom and panning events

2010-06-08 Thread Raymond Rodgers
On Tue, Jun 8, 2010 at 7:14 PM, Steve Howard ste...@android.com wrote: A simple solution is to add an Overlay, override the draw() method, and not actually do any drawing, but simply use the method as a hook to know anytime the map has potentially moved or zoomed. The problem is, this will

Re: [android-developers] Google Maps API: Catching zoom and panning events

2010-06-08 Thread Kevin Duffey
I think you have to write code to handle gestures... not sure tho, haven't actually tried that. I recall some chatter about this issue when Moto Droid first came out... and Android 2.0+, that multi-touch was available, but apps weren't using it. Only apps that specifically handled the gestures

[android-developers] Google Maps API: Catching zoom and panning events

2010-06-07 Thread Raymond Rodgers
I'm writing an app that will be doing queries based on what's currently viewable in a MapActivity. Currently, I've extended the MapActivity class and I'm implementing OnZoomListener and setting my activity class as the listener on the ZoomButtonsController. This works fine when the zoom

[android-developers] Google Maps API: How to detect when the user has stopped panning the map

2010-04-03 Thread Nick Giancola
Hey all- I need to know when the user is panning the map so I can check if they've panned outside of the initial radius that I fetch data from the API with when the app launches. If the user pans outside this radius, when they stop panning I will get the new center point of the map and fetch

[android-developers] Google maps api key jar signing on G1...fail

2009-01-01 Thread Clay
Hello Everyone, I am here with my hat in hand begging for a clue. So have tried to follow the directions for release keys and jar signing to the letter, and I am still in fail mode. Here are my references: http://code.google.com/android/toolbox/apis/mapkey.html

[android-developers] Google maps API key and Android emulator...

2008-10-30 Thread vmohar98
I have a Google maps API key that I use in my pages for getting the maps controls and other goodies. To test out how this would in Android - I am trying http://10.0.2.2/mysample.html - but I get the error message that the key is registered to a different server and asks me to get another key.