Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
9answers
6k views

How does Google calculate my location on a desktop?

Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a ...
6
votes
4answers
926 views

Emulate GPS or a serial device

Is it possible to get location data out of Google Gears, Google Gelocation API or any other web location API (such as Fire Eagle) in such a format that it appears to other software as a GPS device? ...
6
votes
4answers
6k views

Google Latitude API

There is not currently an API offered by Google Latitude. Does anyone know of plans for being offered in the future? If it does, what social networking applications for this technology can you ...
4
votes
1answer
380 views

Android - how to get location of friend

Is there a way I can access the data in Google Latitude to return the location of a fellow Latitude user?
2
votes
3answers
2k views

android - how to get current location latitude and longitude

I am using this code to get current location latitude and longitude but i am not getting current location latitude and longitude.anyone know the ans update here, thanks package ...
2
votes
0answers
278 views

What is a good Java library to write GPS metadata on JPEGs (in EXIF)?

I have developed a Java application (Latipics) that geotags pictures with location information pulled from Google Latitude. I use an open source library called Sanselan to read/write GPS coordinates ...
1
vote
0answers
175 views

Launch screen for PhoneGap iPad Google App Engine Latitude API app

I have a Google Appengine app that uses the Latitude API, and OAuth. In my web-based version of the app, the first thing that happens is that the user authenticates, via OAuth. I want to make this run ...
1
vote
1answer
203 views

Update google latitude

I have built a GPS tracker that updates a homepage with its positions (and webcam images). How can I update a the current location of a google latitude user? A simple bash script invoking curl or a ...
1
vote
2answers
170 views

How to use google latitude apis for iphone application?

I want to make google latitude type application for iphone.For that i have looked at google latitude api.for that http://code.google.com/apis/latitude/v1/using_rest.html#auth.i have looked at this ...
1
vote
1answer
137 views

Use Google Latitude data as layer in OpenLayers

I have an map application built on OpenLayers that displays a basemap and different transmission sites which our service personnel is maintaining. To be able to send the closest techician to a site ...
1
vote
1answer
61 views

Finding trips in a set of waypoints

From a set of waypoints, each with lat/lon and timestamp, how do you find out the start and end point of a trip vs. staying at a place over time? I'm playing with Google Latitude data, unfortunately ...
1
vote
2answers
344 views

OAuth-Google Latitude integration in Clojure?

Has anyone integrated with Google Latitude (or any Google API, for that matter) with Clojure and can point me to a working example? I'm trying authenticate to the Google Latitude API and running into ...
0
votes
1answer
35 views

Google Latitude API with HTTP?

This might be the stupiest question of the day but does Google Latitudes API work with unsecured pages, HTTP?
0
votes
1answer
210 views

how to get latitude and longitude from address in C#

I want to get the lat and long based on a address. I have already set it so it captures the users location which brings it up as Manchester. i want to write an if statement..................; if ...
0
votes
1answer
91 views

Problem displaying Google Latitude location badge in Android WebView

I'm having trouble getting a Google Latitude location badge to display correctly in a WebView. I am expecting something like this: http://dl.dropbox.com/u/4234644/Capture.JPG with a map image/photo. ...
0
votes
0answers
84 views

How can I find approved friends and their locations using Google Latitue API [closed]

Possible Duplicate: How do I find a list of the friends who share their google latitude location with me? I have done the OAuth dance and can get and update my current location using ...
0
votes
1answer
80 views

Getting past checkins of an authenticated user in Google latitude API via JSON

I cross-posted this to the latitude-api google group but there doesn't seem to be alot of activity around there so here it goes: is there a way to use the latitude api to GET the recent checkins of ...
0
votes
2answers
160 views

How do I find a list of the friends who share their google latitude location with me?

I'm busy writing an application to run on an android device. How can I get a list of friends that have shared their google latitude location information with me? I have found an example using the ...
0
votes
1answer
265 views

How to access the position of a contact form my google latitude account using php?

im want to execute a php script every 10 min in order to retrive the position of one of my friends on google latitude. I know how to check my position with php, but i cant find a way to track a ...
0
votes
0answers
110 views

Acquire + store user google latitude location on remote database

I am writing an application on Social Data Mining. Here goes the 'First Look': http://ifile.it/0s6f7u9 One part of is it to obtain the user's geolocation and store the values in a remote server ...
0
votes
1answer
104 views

How do I utilize Android Google Map Capabilities?

Okay guys, I am developing an app on Android that uses the Google API to display a map on the screen. I have simple overlays that will display the location of Contacts that the user decides to track. ...
0
votes
1answer
125 views

Is it possible to create an Android app that utilizes a Google Latitude API?

Is it possible to create an Android app that utilizes a Google Latitude API? I'm assuming you'd probably need a Google Map Key and fingerprint such as you need to access Google Maps through an ...
0
votes
1answer
392 views

Google Latitude and OAuth Signed requests

I've written a script that authenticates against Google's OAuth API for Latitude, using Net::OAuth. It correctly authenticates (as I can successfully fetch data out of the API). However, when I try to ...
0
votes
2answers
274 views

Google Maps user location

I wanna set up a way in which users can place a marker on the map to tell their address and i should be able to extract the lat and long and store it in the database. Is there somekinda plugin which ...
0
votes
1answer
215 views

looking for code samples with Google Latitude and DotNetOpenAuth

Anyone have code samples accessing Google Latitude with DotNetOpenAuth? Getting an inner exception at consumer.PrepareAuthorizedRequest at System.ThrowHelper.ThrowKeyNotFoundException() at ...
0
votes
2answers
386 views

Google Latitude API with objective c

Is it possible to get your location data via google latitude within your objective-c application? If so, can someone post code, examples, etc? Thanks, Elijah
0
votes
1answer
117 views

Using PHP to extract data from an ATOM feed and using it reverse lookup coordinates to an actual address

Basically I have a public feed: http://www.google.com/latitude/apps/badge/api?user=-1671995934285587708&type=atom If you go to my Google Profile you can see it says: "Gareth is in 6 Seaside ...