Questions tagged [google-latitude]

Google Latitude is a (now discontinued) tool to track and share your location.

Google Latitude is a (now discontinued) tool to track your location and to share it with others. In addition to current location, it allows for queries of historical location. You can use the Google Latitude API to access and update locations programmatically.

Google Latitude was released in February 2009 and was officially discontinued in August 2013. Some of the functionality of Google Latitude was incorporated into Google+.

93 questions
0
votes
1 answer

Google Latitude API with HTTP?

This might be the stupiest question of the day but does Google Latitudes API work with unsecured pages, HTTP?
Philip
  • 6,827
  • 13
  • 75
  • 104
0
votes
1 answer

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 there is an address { // set lat/long from…
0
votes
1 answer

how to add 500meters to a lat and long in Python

If this is the initial Latitude: 13.050249 Longitude: 77.462143 how to increment the lat and long by 500m and get the new pixel/grid's coordinates?
0
votes
1 answer

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. But I am getting this:…
0
votes
1 answer

Here I have shop and user latitude and longitude and i want to show shop list in order by

Here I have shop and user latitude and longitude i want to show my shop list between user and shop latitude and longitude . how i can do it in sequlize orm const latitude = req.query.latitude; // user latitude const longitude =…
0
votes
2 answers

How to extract altitude above sea level given latitude and longitude?

I am trying to extract altitude data for a given set of lats and longs in my data. I tried to look up some older answers (from 9-10 years ago)..but many of the methods are obsolete or the functions don't work. Any fresh suggestions? lat <-…
0
votes
1 answer

How to convert Degree Decimal Minutes (DDM) to Degree Decimals in R dataset?

I have a data set that looks like this lat_deg lat_min long_deg long_min site 1 44 4.971 80 27.934 site 2 site 3 site 4 site 5 site <- c(1,2,3) lat_deg <- c(44,44,44) lat_min <- c(4.971, 4.977, 4.986) long_deg <-…
Rspacer
  • 2,369
  • 1
  • 14
  • 40
0
votes
2 answers

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 api documentation.but it requires domain name…
Droid
  • 1,091
  • 2
  • 9
  • 14
0
votes
1 answer

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 an authenticated user? I fiddled around with the…
Vincent
  • 27
  • 6
0
votes
1 answer

Location based applications for android

I would like to develop a location based application for android. I have been writing some code and succesfully retrieve my current location. The thing is that i would like to be able to handle another people locations too (of course once registered…
Diego
  • 3
  • 1
0
votes
1 answer

Google Latitude API and OAuth

Using the below URL to get the current location of a user (myself) I can only use "city" in the granularity parameter and not "best". When I use "best" I get a 401 error, basically stating "Invalid…
Grahf
  • 151
  • 3
  • 6
0
votes
1 answer

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 friend. So if you have a good tutorial or a php…
DomingoSL
  • 14,920
  • 24
  • 99
  • 173
0
votes
0 answers

show nearest distance within 1 km of current location from a list of given coordinates in a List view

I have a list of Hospitals with their latitude & longitude. On button click it should populate the hospitals in 1km distance from my current location.
0
votes
1 answer

Are there any published examples impementing the Google Latitude API for Android?

Are there any published examples impementing the Google Latitude API for Android? I've searched, and searched down a few rabbit holes to no avail. Has anyone successfully implemented the api in Android and willing to share some examples?
MWMWM
  • 157
  • 2
  • 9
0
votes
1 answer

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. I already know how to use the Mapping and…
ninnemannk
  • 1,296
  • 1
  • 14
  • 26