Android :: Google Maps - Lattitude Showing Accept Requests - Though Accepted Once?

Dec 26, 2009

I accept and share my location however it doesn't set. It won't add the friends to my list, and if I exit and go back it shows the requests again.

Android :: google maps - lattitude showing accept requests - though accepted once?


Android :: Getting Google Maps To Accept Local KML File?

Mar 5, 2010

I am trying to get googlemaps to accept a local KML file.
final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=file://" + Environment.getExternalStorageDirectory() + "/locate.kml"));
startActivity(myIntent);

The file is on the SD card, and is a valid KML file. Google Maps loads up, but says it cannot find the file.
final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=http://www.website.com/locate.kml"));
startActivity(myIntent);

Works fine. geo: 0,0? q= seems to be very under documented, how to use it to refer to a local file?

View 2 Replies View Related

Android :: Showing The Google Maps Reticle?

Sep 20, 2010

I'v encountered a problem with Google Maps on Android. In my app I have a location-chooser where the user navigates to his desired location to save the exact street location. In order for the user to actually see what street he is no (and not just the general area) I need to mark the middle of the map clearly.

The problem is that the reticle (the little circle marking the center) from Google Maps usually won't show. It appears at the most 1 out of 10 times I open the map, probably less. This happens regardless if I add other overlays or if I just show the map as is. I am aware of ReticleDrawMode and have tried setting it to DRAW_RETICLE_OVER, but this does not seem to work (and it should be the default already).

Have I missed something here? I have searched for the problem and from what I have see the problem seems to be common, but I havn't seen a solution for actually forcing it to always show, only for hiding it.

If the reticle is broken, does anyone have a good suggestion for how to create a custom one? As I said the the user will navigate the map, so I can't just do a normal overlay on a fixed point of the map, and the map also does not take up the full screen so drawing something over it is a bit ugly (although I guess that will be my last resort).

View 1 Replies View Related

Android :: Google - Delay In Updating To Lattitude?

Jan 6, 2010

This is something pretty small but annoying none the less. When I run Lattitude, and it shows my location on the map, my name is spelled wrong. I have gone into my gmail settings and changed my name, which was spelled wrong in there. Is there a delay in updating to lattitude?

View 1 Replies View Related

Android :: Google Maps Showing Greed Lines

Sep 30, 2010

I have one google maps application it does not show the maps it only shows the lines. It does not show the mapview,and i also have the internet Connection

And it also genrate the following error

CODE:.............

This is My mainfest

CODE:........

And main.xml

CODE:...................

View 2 Replies View Related

Android :: Droid App Google Maps Showing Grey Tiles And Not Map / What To Do?

Apr 14, 2010

I followed this guide here perfectly and have gone through it again but when I run the program on my google avd the page loads but only Grey tiles appear and it doesn't show a map which it should.

Does anyone have any ideas?

View 5 Replies View Related

Android :: Getting Maps To Accept A Dynamically Generated KML File

Mar 18, 2010

I have a button that launches the google maps app on my device via an intent. I want to be able to pass it a php page that generates a KML file.

I have done this on a website before using the googlemaps api in JS - but it doesn't seem to work on Android.

My php file is as follows;

CODE:..............

Launching with:

CODE:.................

It launches maps, finds the file - but won't display it 'because it contains errors'.

Is this just not possible, or are there other ways to construct the intent that might work?

View 2 Replies View Related

HTC Hero :: Google Maps Takes So Long To Update When Showing Directions / What's Wrong With It?

Aug 10, 2010

Since I installed (might just be a coincidence but I did update Maps via the market) 2.1, Google Maps takes so long to update when showing directions. For example I'll be in one street and have walked to another and it will still show me in the previous street after 30 seconds or so later. Also I noticed today when using it, that the arrow wouldn't move and just stays in one spot but the arrow does change direction though.

I could have sworn it wasn't like this before and I could just use it like a real gps unless I've overlooked something.

Also I get the "Current location temporarily unavailable" message all the time when searching my location unless I tick the Use Wireless Networks in the Location settings of the Hero. When I had 1.5, I didn't need to do this and just used GPS satellites.

What am I doing wrong here?

View 1 Replies View Related

Android :: Easy Way To Authenticate POST Requests / From Google Android Client To Google App Engine?

Jul 9, 2009

I'd like to be able to send a POST request from an Android app to App Engine and have it linked to the user's Google account.I read that you need to obtain an authentication token and send it with the POST request. Does Android provide a way to request this token?And how would GAE process it?I feel like this should be easy and I'm missing something obvious.

View 2 Replies View Related

Android :: Google Maps - Settings In Emulator For Displaying Maps

Sep 25, 2010

I use the google code from devloper.android.com I use that application but in the emulator it shows only the crossed lines not the map so is there any settings in emulator for displaying maps

CODE:.....

Android mainfest

CODE:..................

View 4 Replies View Related

Android :: Detecting When Outgoing Is Accepted

Oct 16, 2010

As far as i know there is no way to detect when an outgoing call is accepted at public API level. I can detect incoming calls (with PhoneStateListener), outgoing calls by NEW_OUTGOING_CALL intent, but i can not find a way to distinguish the dialing and connected phone states.

View 4 Replies View Related

Android :: Lattitude Gps Accuracy Is Not Very Good

Jul 29, 2010

Wife and i use latitude gps to track each other. however the accuracy is not very good. It can show she is 2 miles from where she actually is. is there a tweek or another program to help make it more accurate?

View 4 Replies View Related

Android :: How Can I Detect When Outgoing Call Has Been Accepted?

Oct 20, 2009

I have seen, using search, that this question has been asked already in this forum, without answer. To ask again: How can I detect when outgoing call has been accepted ?I can detect when outgoing call has been started using BroadcastReceiver. I can detect when call has ended using PhoneStatusListener. But there is nothing more except this two notifications.Internal phone application detects this event, my HTC magic (running standard cupcake) vibrates shortly when other party accepts call.So is it possible to detect this event in 'cupcake' or 'donut'. If not where can I post feature request to android OS developers to include this notification in next API revision.

View 2 Replies View Related

General :: Google Maps 6.9 - Where Are Offline Maps Stored

Jul 12, 2012

what is the path to the offline map files saved by Google Maps 6.9?

View 9 Replies View Related

Android :: How Can I Detect When Outgoing Call Has Been Accepted (answered)?

Oct 4, 2009

I am not able to detect when outgoing call has been answered, I have registered BroadcastReceiver for PHONE_STATE broadcast, but onReceive() gets called only when number is dialed and when call has ended.If it is not possible with current API (1.5 or 1.6) please enlighten me ?

View 2 Replies View Related

Motorola Droid 2 :: Maps - GPS Not Showing Exact Locations

Sep 18, 2010

I got my son the Droid 2 and i have the Incredible. He just got his license and part of my reason for getting him the phone was the gps. I want to know where he is. How EXACTLY (and i mean step by step) do i set that up on the Droid 2 so its more accurate? We are always showing at different locations even when we are side by side! My phone shows me in the correct place but his shows him where he was a few hours ago and sometimes just shows a few miles away even when he wasnt there!

View 5 Replies View Related

Samsung Galaxy S :: Maps Showing Incorrect Location

Jul 7, 2010

I'm located in Bangalore, India. When using Maps on my Samsung Galaxy S, its showing my location to be somewhere in Canada. Why is this so?

I have WiFi connectivity currently on my mobile. Is there any settings that needs to be enabled for the maps to give my correct location?

View 2 Replies View Related

Android :: Google Latitude Application For Access Through Google Maps?

Mar 5, 2009

Is Google Latitude available in the UK or not, because it doesn't seem to be working for me? I have received the RC9 update for G1 and have Google Maps 3.0. Is there an a Google Latitude application that I should have or do I access everything through Google Maps? When I go the www.google.com/latitude on my G1, it offers me the option of "launching" Latitude but it just takes me to Google Maps. From there, I cannot see the locations of my Google "friends" (who have agreed to show location), neither does my own location show up on the Latitude homepage on the web (I have settings turned to "detect my location automatically").

View 13 Replies View Related

Samsung Captivate :: Lattitude - Navigation - Places Apps

Sep 21, 2010

so these apps have popped up randomly in my applications list and it wont let me trash them. they do not show up in manage applications either. i think i might have accidentally clicked on the location tab or whatever the hell it is in facebook and i dont want these running, nor do i want them on my app list. how can i get rid of them? I am not rooted. Places, Navigation, Lattitude

View 4 Replies View Related

Motorola Droid :: Unable To Find Google Voice Or Google Maps In Market

Oct 19, 2010

I'm running Cyanogenmod 6. I just noticed that I can't find Google voice or Google maps in the market. I do have the apps installed, but can't see them int he market to get updates. I tried out LFY1.7 and Ultimate Droid 1.0.0, and see the same issue.

View 5 Replies View Related

General :: Google Apps Like GMAIL / GOOGLE+ / PLAY / Maps Not Working In Airtel 3G

Apr 16, 2014

I am using Nexus 4 Bought from US thro my friend.Current Android version id 4.4.2..My Service Provider is Airtel. All my google applications like Gmail, Maps, Play,Google Plus are working fine in WIFI.But when i try to refresh or update these application thro Airtel 3g,i am getting No Connection Error.

All my 3rd party apps like Facebook,Whatsapp are working fine in 3G.

View 3 Replies View Related

General :: Google Maps App Doesn't Sync Names With Google Bookmarks

Apr 17, 2013

I'm using the latest version of Google Maps on JB 4.2.2 [Nexus 4]..I noticed that I cannot edit the names of my locations in "My Places" in the phone app. So I used Google Bookmarks (google.com/bookmarks) from my PC to edit/rename My Places. However, the names do not sync or carry through to the Google Maps app on the phone. The names in the app are still the generic names, coordinates or street names.

Is there any way to change the names of My Places and get them to sync with the phone app? Really baffling!

View 2 Replies View Related

General :: App Or Mod To Google Maps Allow To View Maps (satellite View) Offline

Sep 4, 2012

I'm searching for an app or mod to google maps that allow to view maps (satellite view) offline

View 1 Replies View Related

Android :: Google Maps Api

Nov 4, 2010

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:androiddebug.keystore" -storepass android -keypass android but it says "The fingerprint that you entered is not valid".

View 2 Replies View Related

Android :: Google Sky Maps API

Nov 22, 2010

Is there a way to use Google Sky maps on my app? I know we have Google maps API, but is there a Google Sky Maps API?

View 3 Replies View Related

Android :: Google Maps App

Jun 10, 2010

I have several Android devices and each of them has different version of Google Maps: 3.0 in HTC G1, 3.1.1 in HTC Dream and 3.4 in Nexus one and Motorola Droid. When i use the following code: Intent myIntent = new Intent(Intent.ACTION_VIEW,Uri.parse("geo:0,0? q=Starbucks"); I get different behavior on the devices: On the latest versions of Google Maps application I see a map the term centered around my current location with a reasonable zoom radius while in Google Maps 3.0 I see list of results and button to the map. Is there a way to get the same behavior on all devices? of course i prefer the behavior of the latest versions

View 2 Replies View Related

Android :: Tag Google Maps

Aug 3, 2009

When I click the icon of My location, it opens a tag with information and when I touch this tag then I go a new Activity that give my more information,it same pass with StreetView, so How can I do that?

View 2 Replies View Related

Android :: Google Maps 4.4.0

Jul 26, 2010

Google Maps 4.4.0 Update now in the Market.

View 15 Replies View Related

Android :: Google Maps Api Key?

May 16, 2010

I have some trouble testing my Android application which includes the google maps API. The ooficial API example worked just fine but if I copy the code into my own project it keeps saying: "The application has stopped unexpectedly". I looked up the key in the keystore several times and registered it with google. Even tried reinstalling the SDK.

CODE:.......

There are some exceptions following but none pointing to my code, everything in background processes.

View 2 Replies View Related

Android :: Google Maps API In OS

Jun 15, 2010

I am a new user of google maps API in android OS. I have made a small application in which i am using google maps. I want to add a functionality that when i double click (multi touch) on a map the map should zoom in. IS there anybody who has an idea how to do this or if it is possible please provid a code example.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved