Android :: Add Marker On Touched Location Using Google Map In Phone?
Jan 31, 2010
How do I add a marker on a particular location in the map?
I saw this code that shows the coordinates of the touched location. And I want a marker to pop or be shown in that same location everytime it is touched. How do I do this? Code...
View 2 Replies
Aug 9, 2013
I am trying to put a Marker of a special location, I have tried all the marking ways but cannot figure it out...here is my code
import com.google.android.gms.maps.SupportMapFragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
[Code]....
Here is my layout...the map works i just need a marker
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
[Code]...
View 5 Replies
View Related
Oct 12, 2010
I am developing an application which shows the current location of the user. I want to display a marker on the current location of the user.
I have used an image as marker to display current location. But i want to display an animated arrow showing the range just like in the google maps android app. Can anyone please tell me how to achieve this.
View 1 Replies
View Related
Jul 20, 2010
I can draw overlay items onto google maps just fine, an image that looks like:
_____
| |
______
/
Where the "/" part is the "pin" that marks the lat/lon on the map and a picture in the middle of it. My question is, is there any way to expand this when the user clicks on it? I'll of course have to change this to some kind of dialog or layout and change it when it gets clicked.
I want to have it smaller like that with just an image when not clicked on, but when it is clicked on it expands over like a second to:
--------------------------------------
| <image> <buttons> |
| <buttons> |
| <some info here> |
| |
--------------------------------------
/
Is this possible?
View 2 Replies
View Related
Aug 31, 2010
Just wondering if there is a standard/default overlay/marker that I can use in the MAPVIEW?
I have been searching on the web and all tutorials talk about extending the Overlay and put your custom image on it.
Is there a easier way? I just want to have the a marker, nothing fancy.
View 1 Replies
View Related
May 7, 2010
I am working on an app that uses the GPS on my g1. I'm wondering if it is possible that when I am using the app I can have it update my Google Latitude location every x number of minutes. Any thoughts on how this may be accomplished?
View 1 Replies
View Related
Mar 21, 2010
How do I use gl.gluUnproject in my OpenGL ES 1.1 android app to determine what is selected when the user touches the screen?
My understanding is that the touch event results in a line and I have to find the first "thing" it intersects with.
Are there any tutorials on how to do this?
View 4 Replies
View Related
Oct 11, 2010
I've tried to open Google Map application on iphone & android. From iPhone developer reference website I am able to open the native google map from link.
http://maps.google.com/maps?ll=11.5558762589,104.921697935&z=15
However, I have trouble with adding a marker into the map. As in google static map, we can add markers into map. I wonder if we can do the same to google map link.
View 1 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
Sep 16, 2010
When the Bluetooth is on and I am near my laptop, incoming calls are connected without the phone being touched. I have seen a few comments about this in other threads, so it is not just me and this is the 3rd replacement phone, so it is not just a one-off fault.
Advice and guidance please?
View 1 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
Jul 1, 2009
So I am sitting in my apt in manhattans west side..over at the water.When I fire up Maps and set my location it shows me about two blocks away from where i really am.There is no way to correct this?..Im kind of shocked that i cant set my location manually..or i can and i dont know how Also using street view, no matter where i drag the marker to it wont show my address.it will show my building but it wont give me an address.
View 8 Replies
View Related
Jul 7, 2010
I have a single bitmap with several individual pictures in (each one is an option) and I would like to detect when the user touches these pictures. I am using the event.getX and event.getY to detect where is pressed, I know the top left X Y and bottom right location of each of the pictures. What is the best way of detecting which one is pressed? (i.e. tieing up the event press and which picture has been pressed?
View 2 Replies
View Related
Jul 8, 2010
I would like to create a map of the places I have visited to embed in my blog.Is there any application that allows me to store my location directly on Google Maps?If not on Google Maps then maybe store latitude and longitude plus a description or title field for later editing?Google Maps app finds my location just fine but there is NO option to save it.
View 4 Replies
View Related
Jun 29, 2009
i have a problem about the gps with the google map, that is, how gps can mark the user's location which is on the google map?is somebody have same experience can share?
View 4 Replies
View Related
Feb 24, 2010
I drew cubes using opengl,
GLSurfaceView has onTouchEvent method. but I'd like to know
what cube was touched ?
cubes can move anywhere in the viewport...
View 2 Replies
View Related
Aug 26, 2012
I'm using Google maps in my app development. I want to reset the map location to previously visited location before using my app when my application exits.Is there a way to programatically find out the previously visited location (longitude and latitude coordinates) in Android?
View 2 Replies
View Related
Oct 28, 2010
I assumed this feature would be activated by default. How do I set an Edit Text box to do the normal orange highlighting when a user touches it?
View 1 Replies
View Related
Jul 26, 2010
I'd like to know if there's a way to get the size or the limits of a touched area ? So for instance, it could give me how many pixel the finger is covering.
View 1 Replies
View Related
Feb 1, 2009
I have a ListView that is populated with a custom adapter. When an item is clicked with the trackball, it works fine, i.e. I can catch the event and move on, though when I touch an item with my finger there is no callback from the listener.The item does respond to the touch, by turning orange for that moment.What am I missing? Is there another listener I need to configure?
View 11 Replies
View Related
Oct 5, 2010
I am experiencing a problem with my app. The 1st screen that appears is a map that displays pins that are located based on an XML file that is loaded from our server.
Sometimes the app loads as expected. Other times, the map loads but none of the pins appear until you touch the screen.
View 2 Replies
View Related
Jul 1, 2010
Anyone having issues with Google Maps? Stuck on looking for the location.
View 5 Replies
View Related
Jan 17, 2010
I have one problem with Google Maps, while opening them at some location. How could that be possible for user to specify city first (e.g. type in EditText field "London") then press a button and see London on the map? I've succeded in opening GMaps at some pre- specified location, but only using coordinates. Cannot find anything on topic.
View 3 Replies
View Related
Aug 28, 2010
I've been working on an application lately that is using GMaps to display a location that is stored in the devices database. However when no location is available (no GPS signal is available) the user can go through an edit wizard and at a certain point he can add a location himself. I already have to code to display the stored location, but is it possible to write something so the user get's to see a map and when he clicks/touches on a certain area a map pointer appears and the location is stored. Is that possible in any way? Is there any good online documentation available? I searched through this group and on Google but couldn't find anything usefull.
View 2 Replies
View Related
May 31, 2010
I'm having trouble trying to find a way to guide a user from one point on a map to another. I can add the locations I want to the overlay. I want the user to be able to pick a location and be guided through the streets to that location. Does anyone know how to do this, or is it even available in the API?
View 3 Replies
View Related
Mar 6, 2009
Ever since the RC33 update where the new Maps version came out with Latitude included....my Latitude acct has been...well...off.
I'm running my GPS when Maps is used...rather than a triangulation method w/ the towers. However...there have been QUITE a few occurances where Latitude shows me in a totally different STATE. I live in metro Atlanta, but apparently, I spend a lot of time at a country club near DFW in Texas. Once, I was going down the road...started up Maps, and it was tracing me going up an interstate in a city 120 miles away from me. At the time, I was no where NEAR an interstate...but Maps was showing my movement second by second.
This is rather irritating. Google developed the O/S, they developed Latitude...yet Latitude seems to work fine on other phones OTHER than the G1. Upon reading up on Google's Help Forums...I'm not the only one with problems when it comes to Latitude and Android.
View 7 Replies
View Related
Oct 22, 2009
Jun Yuan (jyuan08...@gmail.com) wants to start sharing their location with you on Google Latitude. You need to sign in to Latitude with a Google Account (eg, @gmail.com) and invite Jun Yuan. To get started, or to learn more about Latitude, click the link below. To get Google Latitude on your phone, click or type in the link below from your mobile web browser.
http://m.google.com/latitude?dc=lati
(c) 2009 Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA. Terms of Service | Privacy Policy
View 2 Replies
View Related
Nov 10, 2010
I would like to make my map zoom into my current location.
This current location is defined currently by sending lat and long to the emulator.
How would i go about doing this?
My current mapactivity.java
Code...
View 2 Replies
View Related
Jun 20, 2010
I've got a ListView that works just great, except for this minor annoyance. I can use the trackball/dpad to move up and down my list, and the background changes according to which row has focus. But when I touch the row (click or long click), there's no background change letting me know what's been focused. I've tried setting 'focusable' and 'focusable in touch mode' to true on the rows, but it still doesn't work.
Just in case it matters somehow:
I am setting onClickListeners for each row. The row is comprised of LinearLayouts, TextViews, and a single ImageView. Focusable/clickable is 'true' for each row. Have not specified values for these on the ListView.
Trackable does act funny. I can only move between rows after touching inside the ListView. If I scroll trackball above the first item, it's impossible for me to scroll back into the list.
View 1 Replies
View Related
Aug 10, 2010
Dear all I m a final year student and want to know is it possible to make an application that can find the location of mobile on your pc via google maps or GPS if it is possible then how it is possible?
View 3 Replies
View Related