Top "Distance" questions

Distance is a numerical description of how far apart objects are.

how to calculate distance while walking in android?

I am developing a demo for my app, in which there are two buttons named as "START" and "STOP". When …

android distance calculator
How can i calculate the distance between two gps points in Java?

I used this code but it doesnt work: Need the distance between two gps coordinates like 41.1212, 11.2323 in kilometers (Java) double …

java gps coordinates distance geo
How to add markers on Google Maps polylines based on distance along the line?

I am trying to create a Google Map where the user can plot the route he walked/ran/bicycled and …

javascript google-maps distance intervals polyline
R - Finding closest neighboring point and number of neighbors within a given radius, coordinates lat-long

I am trying to figure out how isolated certain points are within my data set. I am using two methods …

r distance latitude-longitude
How to estimate distance between two android devices? (bluetooth preferred)

Target is not to have the real distance. It is something simpler. Target is to check whether another device is …

android bluetooth distance wifi-direct
Algorithm to find two points furthest away from each other

Im looking for an algorithm to be used in a racing game Im making. The map/level/track is randomly …

algorithm math path distance path-finding
Vector Space Model: Cosine Similarity vs Euclidean Distance

I have corpora of classified text. From these I create vectors. Each vector corresponds to one document. Vector components are …

vector distance euclidean-distance trigonometry
Google Distance Matrix API Alternatives?

Can you recommend alternatives for the Google Distance Matrix API? This service is great but has some serious quota limitations …

google-maps matrix distance
Calculating distance between zip codes in PHP

I grabbed a database of the zip codes and their langitudes/latitudes, etc from this This page. It has got …

php mysql algorithm math distance
Android - How to get estimated drive time from one place to another?

I need to find the estimate drive time from one place to another. I've got latitudes and longitudes for both …

android geolocation distance android-location