Android :: Google Maps Application - Tiles Not Loading

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.

Android :: Google Maps application - tiles not loading


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

Google Maps Displays Grey Tiles When Drawing Geopoints

Jul 20, 2012

I'm trying to create an app to plot our mountain bike trails on a Google map. I've got the Google map part working. However, once I try to plot a couple of geopoints and connect them it does displays the geopoints and connects them, but the Google map stops displaying. Only grey tiles show. Here is my code before I plot the points which works. import android.graphics.Canvas;

import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.graphics.Point;
import android.os.Bundle;

[Code]....

Then I change my code to this to plot and connect a couple of geopoint and it turns map tiles grey.

import java.util.List;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import com.google.android.maps.GeoPoint;
import com.google.android.maps.MapActivity;
import com.google.android.maps.MapController;

[Code]....

View 1 Replies View Related

Android :: MapView - Tiles Not Loading With Debug API Key

Jan 30, 2010

I am having some issues getting tiles to load into my MapView in android development. I have searched and looked at similar problems on here but with no luck so far.

I have looked at the instructions here and have got hold of my debug API key. I have entered this into my MapView.

I have checked that my emulator and my debug device have got an internet connection.

I have move my Internet permission tag in my manifest file to be before the application tag.

I don't know what else to check.

I am also unsure of the best way to develop this. It seems that I can't debug with a properly signed app as the debug keystore needs the same password - android. This would imply that each time I go to do a release build I have to change the key - which seems very fragile!

Is there any way of developing and releasing builds with my own generated maps API key?

Some code for you to look at:

Main.xml:

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

AndroidManifest.xml:

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

View 1 Replies View Related

Android :: Loading A Maps API Site In A Native Application

Feb 27, 2010

I'm trying to follow the example from google: http://code.google.com/apis/maps/articles/android_v3.html

Using the example files from their SVN repo: (http)gmaps-samples.googlecode.com/svn/trunk/articles-android-webmap/

But although it seems to compile and export it fails; can someone sanity check that its not just me this fails for and any hints as to if its a quick thing to fix, I've been prodding it with try/catch for the last 2 hours to no avail.

Forgot to add
It Compiles and Uploads to the emulator (and to my phone) but running it just results in

The Application WebMapActivity (process com.google.android.examples.webmap) has stopped unexpectedly. Please try again. [Force Close]

View 2 Replies View Related

Android :: Info About Loading In Way Or Materials Of Google Maps

Sep 6, 2010

Who studied the way to load in maps in google maps? When we move the screen of google maps, the small maps will be loaded in quickly and pieces to pieces. I want to know the loading-in way or materials.

View 3 Replies View Related

Android :: Loading Route Directions In Google Maps From PC To Phone

Aug 7, 2010

Is it possible to move routes/directions from Google maps on your PC web browser to maps and navigation on your phone?

I have worked out how to export kml files from Google Maps on the PC.

It would have been nice to be able to save routes in My Maps (maybe you can, but I don't see how).

Also, is it possible to build a route with multiple destinations in Google Maps/Navigation on the phone?

View 20 Replies View Related

Android :: Loading Google Maps Data Into Searchable Data Structure

Mar 2, 2010

For my CS bachelors I am doing a Senior project using android and google maps.My vision was to do a (relatively) simple Dijkstra shortest path using google maps road data. I was going to add elevation change along with 2D distance. I am doing well playing with maps in android but I am completely stumped trying to access google maps data in any sort of searchable form.How would I go about accessing the data for say intersections of roads (lat/long) in a particular area?There has to be a way to pull that data in some sort of tree form. It seems like it may be possible with kml?Any pointers would be awesome.I want my paths to follow roads but If i cant this is going to turn into an orienteering application fairly fast.

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

Android :: Using Google Maps Data For Own Application?

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

Android :: Application For Searching Google Maps

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

Android :: Cannot Display Google Maps In Application

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

Android :: Launching Google Maps And Navigator From Application

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

Android :: Implement An Application Similar To Google Maps?

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

Use Google Maps On Application

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

Android :: Bing Map / Any Option To Open With Google Maps Application

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

Android :: Application (or Google Maps Instructions) For Marking Route

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

Android :: Retrieving Street Info As In Google Maps Application

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

Android :: Trying To Create A Sample Application To Explore Google Maps Through Phone?

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

HTC EVO 4G :: Google Maps Application Slow To Load

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

HTC Desire :: Google Maps Navigation Application Not Working

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

HTC Droid Eris :: Availability Of Google Maps Application?

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

How Do Application Display Offline Google Maps After Press Button

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

Android :: Android - Bottom Of Google Maps Gets Black Inside The Application

Nov 24, 2010

I have one Map on my main activity and It works fine. Recently I added another small map view on one of my sub activities using the same google map key. Now when I press back after looking at the map on sub activity, it returns to the main view and bottom of the map on main activity turns black. See the attached image. Is there anyone who has faced this problem and know why sometimes bottom of map turns balck?

View 1 Replies View Related

Android :: Droid Gps And Loading Offline Maps

Jan 14, 2010

I am an avid outdoorsmen and I have downloaded a few different gps apps to my droid. Like My Tracks, Oruxmaps, Trekbuddy, Geobeagle, and so on. I cannot figure out for the life of me how to download an offline map to put on these apps so that I may use the gps feature when I have no signal. Can someone please help me out with all of this? I'm about to go crazy here.

View 2 Replies View Related

Android :: Easy Way To Access My Maps From Android 2.0 Google Application

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

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 :: Developing Maps Application Using Maps Javascrpt V3 Api

Aug 31, 2010

hello all, i am trying to develop a google maps application for android enabled phones using the javascript v3 api released by google.. but i do not understand how to code the entire thing in android.. cuz as far as i am concerned i have only used java code for developing an application in android.. my last semester project consisted of a client application for picasa web albums.. the complete code was written in java.. i am new to use javascripts.. has anyone developed an application for android using javascripts before?? if yes i need your help.. i need to start the project soon..

View 2 Replies View Related

Android :: How To Write Android.mk For An Application Using Com.google.android.maps.jar

Aug 26, 2010

I am developing an application using com.google.android.maps.jar It is OK to develop it with Eclipse SDK. but an build-error happens when building system.img with GMS licence (com.google.android.maps.jar is already installed at out/target/common/ obj/JAVA_LIBRARIES/com.google.android.maps.jar_intermediates/ com.google.android.maps.jar)

make: *** No rule to make target `out/target/common/obj/JAVA_LIBRARIES/ com.google.android.maps.jar_intermediates/javalib.jar', needed by `out/ target/common/obj/APPS/LifeStory_intermediates/classes-full- debug.jar'. Stop.

Here is my Android.mk

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

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







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