bearing Questions

12

Solved

Problem I would like to know how to get the distance and bearing between two GPS points. I have researched on the haversine distance. Someone told me that I could also find the bearing using the sa...
Revelry asked 6/2, 2011 at 12:41

4

As title said, I have current location, and want to know the bearing in degree from my current location to other location. I have read this post, is the value return by location.getBearing() my ans...
Liaoning asked 11/1, 2014 at 9:56

7

Solved

I am having problems implementing the function described here here. This is my Java implementation: private static double[] pointRadialDistance(double lat1, double lon1, double radianBearing, d...
Remittance asked 18/5, 2009 at 12:38

4

Solved

I want to rotate GMap by changing the bearing angle value, so the camera rotates around the center point (360-Degree one full round ). When we change the bearing, there is a easing effect at camera...
Jeavons asked 6/1, 2018 at 2:29

3

I want to rotate marker as per bearing or sensor value received from Accelerometer to show the user where actually he is moving. I have set marker icon and flat value to true but its not working as...
Geometrician asked 20/12, 2013 at 13:35

2

Solved

I have just completed an Android app, where I used bearing value of current location. Now I am trying to do same app for iOS. But did not find a way to get bearing of current location in iOS sdk? ...
Somatic asked 10/5, 2013 at 9:29

2

I want to calculate the bearing from point 1 to point 2 The input format is 52.070564 - 4.407116 No matter what i try i cannot get an correct output. The formula i use is : // koers berekene...
Walk asked 5/10, 2017 at 16:3

2

Currently working on vehicle tracking App where I will have to show the movement of the car on the polyline which is set from current location to destination and on the movement of the car I will h...
Holsworth asked 9/4, 2018 at 12:33

1

Is there a way to to enable this on my map? All the posts that I have searched explain only how to calculate the bearing... Doesn't Google Maps API include that? thanks!
Kinnard asked 20/1, 2017 at 17:20

11

Solved

I want to display an arrow at my location on a google map view that displays my direction relative to a destination location (instead of north). a) I have calculated north using the sensor values ...
Nickens asked 29/11, 2010 at 21:25

3

Solved

I have a problem which draws my back in some project for some time now. I'm basically looking to trap a polygon using x, y points drawn by some script I've written. lat, lon are the center GPS cord...
Bahamas asked 25/12, 2010 at 17:15

4

Solved

I implemented the "bearing" formula from http://www.movable-type.co.uk/scripts/latlong.html. But it seems highly inaccurate - I suspect some mistakes in my implementation. Could you help me with fi...
Remotion asked 26/2, 2012 at 22:44

1

Solved

I've been trying to implement a feature for my Android app that gets the speed and direction of travel of the device, no matter where the device is pointed at. For example: If my Android device is ...
Seismograph asked 13/7, 2015 at 15:57

2

Solved

I found a piece of code on web. It calculates the Minimum bounding rectangle by a given lat/lon point and a distance. private static void GetlatLon(double LAT, double LON, double distance, double a...
Weisburgh asked 2/5, 2015 at 12:35

4

Solved

I've been trying to get my head around the Android orientation sensors for a while. I thought I understood it. Then I realised I didn't. Now I think (hope) I have a better feeling for it again but ...

3

Solved

I want to get the current magnetic orientation regardless of the current screen orientation (landscape or portrait). I found this example, but it's not orientation independant, right? And this did...
Superscription asked 10/8, 2013 at 14:2

1

Solved

In php, given a latitude and longitude point, a bearing (in degrees), and a distance (in feet or km or whatever) how do I figure out what the new lat lng point is? here is what I tried, but it's wr...
Housebound asked 19/6, 2012 at 23:51

3

Possible Duplicate: How do you calculate the average of a set of angles? If I have a set of bearings, ranging from 1-360, how can I find the average? Usually to find the average one w...
Beutner asked 4/3, 2011 at 3:15

2

Solved

Ive been using the geopy package , which does a great job, however some of the results i get are inconsistant or come with a relatively large displacement, i suspect that the problem resides with m...
Fiscal asked 20/2, 2011 at 17:20

1

Solved

I use that Google Maps component MapView in an Android application. I can use the GPS location to show my location with a dot. But I would like to show an arrow instead, that points out the driving...
Naseby asked 2/12, 2010 at 4:52

5

Solved

I'd like to use Google maps static API to display a map with a path overlay indicating a boundary. AFAICT the static API doesn't support polygons, so I intend to circumvent this by drawing the bou...
Gravimeter asked 29/3, 2009 at 18:10
1

© 2022 - 2024 — McMap. All rights reserved.