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
Feb 8, 2010
Anyone had any problems with this in last week, my friends locations are not updating and they are also having the same problem as me
View 3 Replies
View Related
Mar 1, 2010
Few days ago my HTC Magic (Android 1.5) started to behave strange. Google Maps application crashes when I am trying to enter Latitude. Hard reset cleaning cache of the Maps application helps to start it (applications starts and works flawless), but when I am trying "to join Latitude" it shows progress bar "Loading friends", then application crashes. After that I can not even start Maps. Exception browser shows: java.lang.NullPointerException: Name cannot be null
Not sure whether I can debug Google experience application to find out what's going wrong.
View 3 Replies
View Related
Oct 9, 2010
I know HTC have added their own 'offline' maps application, which I am quite interested in, I am however wondering if plain old Google Maps, Navigation and most of all Latitude are still present / working?
View 7 Replies
View Related
Nov 14, 2009
Is there an easy way to access "my maps" (that I have saved in Google) from Android 2.0 Google Maps App? Seems like there should be. I can go through the browser, and it takes a few clicks to get to there, but I can't even click anything when I find the map I want. It doesn't go anywhere, just stays on a Google screen with some text about the map.
View 3 Replies
View Related
Aug 21, 2010
I used to really love the Latitude interface, when I clicked on a friend in Latitude, I got a screen with many options, including Navigate to, send text, etc.
One really cool feature on this screen was "what's nearby" which showed stores etc. that were near my friend.
Also, the background was black and the text was white.
NOW (after the last update): I lost the "what's nearby" feature AND the background is white and the text is black.
What can I do? Is there a way to revert maps to the older release?
View 1 Replies
View Related
Jan 5, 2010
Are there any apps for Android like this one for iPhone?
AccuTerra Mobile | Home
I know about MyTracks, but it doesn't have access to maps in when you have no service.I would LOVE to find an "AccuTerra-like" app for Android that could replace a stand-a-lone GPS.for hiking specifically.
View 3 Replies
View Related
Jul 23, 2010
When I had Google Latitude on my Crackberry it updated my location on a timed interval in the background, on the Droid X it only updates when I open the Google Map app, is there anyway to have it update in the background?
View 1 Replies
View Related
Jun 14, 2010
I have fairly large map overlay that I am displaying over the google maps data but would still like to see the country/state/province lines through my overlay (so the lines would essentially be on top of my overlay).
As I understand, these lines are simply polygons drawn over the maps. Is there any way to access these? If so, how do I get them to show up through my overlay images?
View 1 Replies
View Related
Oct 11, 2010
I am experiencing an issue where I am able to browse the internet fine but Google maps can't access the internet via my 3G connection.I have reset my phone back to its default settings but it is still having the same issue.
View 2 Replies
View Related
May 30, 2010
So i left my phone somewhere yesterday in a drunken stupor and have no idea where it is...
Is there anyway I can access my phone's location online like through google maps or something?
View 7 Replies
View Related
Apr 29, 2010
I want to know if I can use the data (for example a tour from point A to point B) and extract it for example to save the tour infos to an text file or post it somewhere or do whatever I want with it? I want to use maps as a database, so what are the restrictions, what am I allowed to do?
View 1 Replies
View Related
Apr 29, 2009
I am writing an application (on v1.0) that needs to search Google maps for the nearest facility to my current location e.g. What are the nearest bike shops. I looked at googlenav.Search but this has been deprecated for some reason. I did look at the Qype APIs but gave up early as these were difficult to use.
View 3 Replies
View Related
Jul 22, 2009
I'm trying to display GoogleMaps in my application, but instead of map I just get an empty screen with crosses and Google logo in the bottom left corner. I'm using Internet permission in manifest file, just as the library "com.google.android.maps". I have also supported my application with Android Maps API key and I placed it in layout as android:apiKey value for MapView, but it still can't display the map.
main.xml:
<com.google.android.maps.MapView android:id="@+id/myMapView"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:enabled="true" android:clickable="true"
android:apiKey="07vNiwHa094tV14bUdyK0VTtXx0eeAZlk6WdKXQ" />
manifest.xml:
<uses-library android:name="com.google.android.maps" /> ...
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
I have used two different API Key values, regarding whether I signed the application with debug or my own created keystore, but it didn't work with none of them.
View 4 Replies
View Related
Nov 4, 2011
I tried to use google maps on my application but when I launched the application all I saw is a blank grid.By the way google didn't accept the fingerprint which is :
F2:06:12:30:88:2C:10:98:88:BF:AB:E2:F3:F7:44:15:2A :48:99:7E
So I shortened it to :F2:06:12:30:88:2C:10:98:88:BF:AB:E2:F3:F7:44:15
View 1 Replies
View Related
Jun 29, 2009
For some reason I cannot get my first maps application to work. I have gone though the full process of getting the MD5 fingerprint for the debug.keystore, registered for the key on the website, put it into the xml file. Even had changed my computer's locale to US English. I also signed the application with my private key and pushed it via ADB to the emulator. All attempts so far resulted only in the grey Google Maps background with the tiles not loading. JAVA_HOME environment variable points to my JDK file. Not sure what else I can do. Even upgraded from SDK 1.1 to 1.5. No improvement. I am really stuck here. I am running WIN XP, Eclipse ganymede, SDK 1.5 r2, with the latest ADT. Here is my class file code: package com.mellagio.maps; import com.google.android.maps.MapActivity; import com.google.android.maps.MapController; import com.google.android.maps.MapView; import android.app.Activity; import android.os.
View 8 Replies
View Related
Aug 18, 2010
I have an android application which allows the user to open up google maps or navigator to show a certain address. This functionality was working in the past, but now I get the following error and the app crashes:
ERROR/AndroidRuntime(2165):
android.content.ActivityNotFoundException:
No Activity found to handle Intent { act=android.intent.action.VIEW
dat=google.navigation:q=MCNAMARA+TERMINAL+ROMULUS+MI+48174 }
The two intents I'm using are-
1) For Map:
String uri = "geo:0,0?q=MCNAMARA+TERMINAL+ROMULUS+MI+48174";
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
startActivity(i);
2) For Navigator:
String uri = "google.navigation:q=MCNAMARA+TERMINAL+ROMULUS+MI+48174";
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
startActivity(i);
View 1 Replies
View Related
Sep 18, 2009
I have a couple of images on available to my program. They are parts of jigsaw puzzle (with rectangular pieces though). I wanted the look and feel similar to that of google maps in android.
One way I could implement was to create a set of ImageViews and keep recycling them, as the user pans the image in any direction. However, to me that appears like a brute force method. Is there any alternative approach to implement such kind of application? Or rather how is google maps implemented? A set of Imageviews ?
View 2 Replies
View Related
Oct 22, 2010
Just tested it out, I sent a bing map to the phone and it opened up bing in the browser. Was hoping to at least have an option to 'open with' google maps. Any workarounds, you creative people? I wish chrometophone would auto-convert bing maps to google maps on the fly.
View 3 Replies
View Related
Jul 11, 2010
Been searching for the life of me for an app (or some way in Google Maps) to go to a spot on the map and draw a line down the street along a certain route and store the run to My Maps. Am I missing something?
View 2 Replies
View Related
Mar 31, 2009
I am developing a simple maps application that displays map in street mode. I want to display street name and a snapshot when a particular street is selected. Is it possible to get the street snapshot as is displayed by the native maps application using android APIs.
Also on native maps app when we select the street a 3D view of the street is shown. How can I add this 3D street view to my app.
View 3 Replies
View Related
Jun 15, 2010
Anyone else having problems with the Google Maps App on the EVO? Whenever I try to view my location, zoom in or out, or drag the map around, all I get is the white pixilated screen. Sometimes it will load, sometimes it won't. Sometimes it takes over 3 minutes to load. I don't understand because I've checked my 3G connection and it's strong - I'm assuming the phone connects to the internet to download the maps. I used to have a Hero and it wasn't this slow.
View 4 Replies
View Related
Jul 26, 2010
I am trying to create a sample application to explore Google maps through android.
When I try to run the application I only get the blank grid. no map is displayed.
If i see the DDMS logcat i get erros "Couldn't get connection factory client".
Please help me in this regard. Surprisingly the already installed Google Maps app of emulator is working fine and showing me the maps. Code...
View 9 Replies
View Related
May 22, 2010
I live in Sweden and the application is on my phone, but does not work. That is odd because it doesn't seem like it would be that difficult to do, especially if Google Maps already gives turn-by-turn directions. I'm guessing it might have to do with the language or pronunciation of the streets. I don't mind using it in English, though.
View 1 Replies
View Related
Jan 5, 2010
When will the text to speech app. be available for the Droid Eris?? The Hero has it & its the same phone just different carriers.
View 3 Replies
View Related
Sep 23, 2013
I want to do application which display something as here URL.... after press button. All should work offline so maps should be save in file. So I want to select fragment map and create route and this save.And next assign event to button click action which display this map. Is the possible to do?
View 1 Replies
View Related
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
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
Aug 9, 2010
Dear Android geeks, I am new to android development, and i want to develop an app in which u can set some data and location in google map and at a later time we can retrieve it also. Please help me out with it I am not able to set data in maps.
View 20 Replies
View Related
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