Top "Distance" questions

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

Android : Location.distanceTo not working correctly?

I am having an issue calculating distance using the Location.distanceTo method. private class MyLocationOverlay1 extends MyLocationOverlay { @Override public void …

android location distance
How to calculate distance from a point to a line segment, on a sphere?

I have a line segment (great circle part) on earth. The line segment is defined by the coordinates of its …

language-agnostic geometry gis geospatial distance
PHP/MySQL: Select locations close to a given location from DB

In PHP, I have the following code for calculating the distance between two locations: <?php function distance($lat1, $long1, $…

php mysql geolocation distance geography
Check if point is inside a circle

I have a point expressed in lat/long Position louvreMuseum = new Position( 48.861622, 2.337474 ); and I have a radius value expressed in …

c# geolocation distance geodesic-sphere
Jaro–Winkler distance algorithm in C#

How would the Jaro–Winkler distance string comparison algorithm be implemented in C#?

string comparison distance jaro-winkler
R calculating distance between 2 points on earth using package geosphere

My question is based upon this question. Using it I wrote below code where first set of coordinates are for …

r distance geosphere
Find Closest Vector from a List of Vectors | Python

If you are given say a list of 10 vectors, called A that represent different groups. Then you have a time …

python vector distance
how to find wifi signal direction of another device in android?

I am using my android phone as Access Point. Now I want to find the distance and direction of the …

android wifi distance signals direction
Android: How to measure distance with gps

I am trying to make a application,which is take latitude and longitude on current place of the user. And …

android gps distance measure
Camera focus distances

I'm trying to read the focus distance (distance of subject in a photo) from an Android camera. I keep getting 0 …

android focus camera native distance