Android :: Displaying Maps In My Application?
Aug 26, 2009
I am displaying Maps in my application. I am adding some GeoPoint in it and displaying picture at particular point. Now my problem is my screen is not directly displaying that point. Instead of it is display US part first time and when i open maps after first time it displays the previous screen. So i have to go UP and Down to see my locations and the picture which i have drawn on that particular point. Can some one tell me what should i do so user can directly view that points and picture which i have drawn on that point instead of first searching it on maps by going up and down.
View 2 Replies
May 21, 2010
I've started to develop in Android 2 weeks ago and until now, I like it! Currently I am working on a project where I have to display an individual map (not a google maps view, I'd like to display the map of a building's interior) with which the user can interact(mark positions, etc.).
Is there a framework or an existing app that I could use? Of course I searched the internet but could not find anything. Perhaps it is in some way possible to use the google maps API?
View 1 Replies
View Related
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
Sep 30, 2010
I know this question has been asked and answered before, but after following all the instructions, I'm still having the same problem: I have a MapView in my Android application but the view is only showing the underlying grid (and overlays), but not the map itself.
I am building the project in Eclipse, if that makes a difference.
I have the following AndroidManifest.xml file:
CODE:............
Then in my shell, I ran the following command: $ keytool -list -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android
And got the following output:
CODE:.....
I went to http://code.google.com/android/maps-api-signup.html and plugged the value DF:69:80:83:16:1A:F0:E9:B9:07:B9:BD:F7:BC:DB:61 into the form, and got the following API key: 0peT6kQ21Tpd1Rs61gBHHtquJwDcNeKkqedT08g.
My res/layout/main.xml file looks like this:
CODE:............
And my MyApplication.java file looks like:
CODE:..........
I deployed the project using Eclipse, and my AVD is compatible with the Google API 2.1-update1. I checked to make sure that project is signed, and the command $ jarsigner -verify -verbose ~/workspace/MyApplication/bin/MyApplication.apk returns the following output:
CODE:.................
I've given the application on the AVD about ten minutes now to load the map images and I'm not getting anything. The adb logcat isn't reporting any exceptions:
CODE:......................
View 2 Replies
View Related
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
Jul 12, 2009
I'm looking for an app that will display a PDF file that sits on the SD card. Do any of the market apps do that? Anything else available? I've been hesitant to play with the various market apps that talk about PDF viewing for a variety of reasons, but if any of them are known to do what I want, I'll certainly try them.
View 3 Replies
View Related
Oct 1, 2009
We have an Android application. Now I need to conduct a user survey for this application. Our app will display a list of selections, etc. This view and it's control will be data driven by (a) document(s) downloaded from a server. What Android utilities I can use to displaying HTML, javascript, etc. within an application?
View 2 Replies
View Related
Aug 28, 2012
I have a question about an android application I developed, however, I need to do my introductory post first. So this is it.
View 1 Replies
View Related
Jan 16, 2010
I'm trying to create a basic sample Stop Watch type application which basically displays a timer. It can then be stopped and started. I'm using the mUpdateTimeTask to do this. However my app just crashed when I run it.
publicclass TimeWatch extends Activity {
/** Called when the activity is first created. */
private Button btnStart;
[Code]....
View 4 Replies
View Related
May 12, 2010
I've got a new HTC Desire and I'm loving finally having GPS functionality on my phone and use a few apps regularly which are very useful. Can you recommend any other ones that make good use out of GPS and mapping functions. The ones I use are..
Google Maps - Needs no introduction. Just amazing. Google My Tracks - Another amazing one. Records your runs, bike rides, car journeys, etc. Plots them on a map and gives you things like average speed, top speed, altitude. This one has made me actually want to go out for a jog or bike ride.
View 13 Replies
View Related
Feb 5, 2009
Is there a way to send an intent to the Maps application to load a KML file(URL) and display the contents, or use the internal KML parser. The internal Maps Application's intent/components are out of bounds for normal users. Intent { action=android.intent.action.SEARCH comp= {com.google.android.apps.maps/com.google.android.maps.MapsActivity} (has extras) } Is the only option is to write a KML parser and override the MapActivity to draw the POI's
View 3 Replies
View Related
Jan 11, 2010
I am currently developing an application which has a maps feature. My map is working, but I still need to create a Directions option. In previous versions of the Android SDK there used to be a class called DrivingDirections, which did exactly what I want. Now it's gone and I don't know how to add this feature to my current map. I read that Google have updated their terms thus making the use of Directions in apps kinda illegal or something like that. But there are Directions in my built-in Maps application. So my question is - Is there any way for me to pass parameters (longitude, latitude) from my application to the built-in application so that the built-in Maps can then draw the route from the start point to the end point?
View 2 Replies
View Related
Dec 23, 2009
I have created a maps app and i want it to be installed on an android eclair device.. In the emulator if i choose the target as Google APIs its working fine but if i target it to donut or eclair its showing MISSING SHARED LIBRARY - com.google.maps. Initially it was not installing on to the device itself, showing INSTALL FAILED MISSING SHARED LIBRARY but i overcame with it by removing the "uses-library" line in the manifest file.
View 4 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
Sep 2, 2010
I'm looking for navigation application with preloaded maps, to be able to use my HTV EVO 4G as GPS without data service.
View 8 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
Feb 2, 2010
I have an app that runs on a closed network with no Internet access. I connect to it through WiFi. My app also uses Google Maps. Is there a way to make the MapView still pull from my 3G connection while the rest of the app uses the WiFi? The issue is once connected to the WiFi, maps tries to pull from the Internet and can't get there so my MapView is always blank.
View 3 Replies
View Related
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
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
Mar 31, 2009
After launching Android maps application from other application, how to get driving direction info from maps application? e.g. distance, estimated driving time, etc.
View 6 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
Jul 19, 2010
When i am trying to run the example of Maps as in http://developer.android.com/resources/tutorials/views/hello-mapview.html, the menu button doesn't seem to work. I tried the default Maps app in the emulator and there it was working. Also i intend to add an item when a user presses that button, how can do it?
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
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
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 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