Top "Bearing" questions

Haversine Formula in Python (Bearing and Distance between two GPS points)

Problem I would like to know how to get the distance and bearing between 2 GPS points. I have researched on …

python gps distance haversine bearing
Calculate compass bearing / heading to location in Android

I want to display an arrow at my location on a google map view that displays my direction relative to …

android location compass-geolocation heading bearing
Android phone orientation overview including compass

I've been trying to get my head around the Android orientation sensors for a while. I thought I understood it. …

android orientation device-orientation bearing compass-geolocation
Calculating coordinates given a bearing and a distance

I am having problems implementing the function described here here. This is my Java implementation: private static double[] pointRadialDistance(double …

algorithm gps coordinates bearing
Rotate marker as per user direction on Google Maps V2 Android

I want to rotate marker as per bearing or sensor value received from Accelerometer to show the user where actually …

android google-maps-markers accelerometer marker bearing
Bearing from one coordinate to another

I implemented the "bearing" formula from http://www.movable-type.co.uk/scripts/latlong.html. But it seems highly inaccurate - …

java geolocation bearing
Bearing between two points

Ive been using the geopy package , which does a great job, however some of the results i get are inconsistant …

python gps coordinates bearing geopy
How can I draw an Arrow showing the driving direction in MapView?

I use that Google Maps component MapView in an Android application. I can use the GPS location to show my …

android gps overlay android-mapview bearing
Android Location getBearing() always returns 0

I've been trying to implement a feature for my Android app that gets the speed and direction of travel of …

java android location locationmanager bearing
calculating a gps coordinate given a point, bearing and distance

I have a problem which draws my back in some project for some time now. I'm basically looking to trap …

python gps coordinates bearing