Tagged Questions

Geolocation is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal. Geolocation may refer to the practice of assessing the location, or to the actual assessed location.

learn more… | top users | synonyms (1)

18
votes
4answers
4k views

Compensating compass lag with the gyroscope on iPhone 4

I've been experimenting with the compass and gyroscope on iPhone 4 and would like some help with an issue I'm having. I want to compensate for the slowness of the compass by using data from the ...
17
votes
4answers
5k views

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. Then I realised I didn't. Now I think (hope) I have a better feeling for it again but I ...
7
votes
4answers
6k views

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 a destination location (instead of north). a) I have calculated north using the sensor values ...
5
votes
1answer
256 views

iPhone compass presents the wrong heading pitch angle is > about 45°

This might be hard to explain the geometry so I will be careful in spelling it out. This is visible in the standard compas app and from the data in CLLocationManager. 1) When holding the phone in ...
5
votes
3answers
1k views

iphone compass tilt compensation

has anybody already programmed a iphone compass heading tilt compensation? i have got some approaches, but some help or a better solution would be cool! FIRST i define a vector Ev, calculated out of ...
4
votes
3answers
926 views

android compass seems unreliable

I have been working on a small compass app the past couple of days, and have gotten the code up and running, but it seems that the compass reading is not accurate. After calibrating both phones, my ...
4
votes
1answer
938 views

Sensor Fusion on iOS Devices

I'm trying to find out how could I start to implement sensor fusion on the iPhone. I've started from this talk from David Sachs: Sensor Fusion on Android Devices Although David's talk is very ...
4
votes
4answers
103 views

Compass: from 359 to 0 degrees

I am trying to move a robot using a compass. We use the compass to make the robot move in straight line, it uses 2 wheels and they move a bit different. So we set a value between 0 and 359 as ...
4
votes
2answers
353 views

Filtering compass readings

I'm using compass heading to rotate an MKMapView. The rotation was a bit jerky so I'm trying to filter it like Google Maps on the iphone does (or appears to do some trickery). I'm trying to filter ...
4
votes
2answers
2k views

Calculating magnetic heading using raw accelerometer and magnetometer data

I have an accelerometer and magnetometer each producing raw X, Y and Z readouts. From this I need to determine the magnetic heading of an object. I'm not that great at trig, but I've put together a ...
4
votes
2answers
4k views

Show wind direction on Google Maps

I calculated the wind direction and now I want to show the wind direction pointing to 144 degrees (on compass). How can I show this arrow on Google Maps?
3
votes
1answer
102 views

Why I need to shake my phone to get the correct “Compass-Data”?

I have a little problem with the "Compass". I want to show on the screen in which direction I am looking with the camera. For that I have a CameraView and an Activity in running in landscape mode. ...
3
votes
1answer
130 views

In Android can I programmatically detect that the compass is not yet calibrated?

I've found that when I start up my game the compass is often out of whack. Objects will fly around and not be where they're supposed to be. But, if I move the phone in a figure eight (or just wave it ...
3
votes
2answers
1k views

Using orientation sensor to point towards a specific location

I'm trying to implement an arrow that uses the orientation sensor in order to point towards a specific location. Google Places implements this arrow in a ListView for each place it finds. I've ...
3
votes
1answer
436 views

iphone compass rotating based on orientation

Hi i am looking to be pointed in the right direction in solving a problem that when the orientation of the iphone is changing/changes what transformations will need to be performed on ...
3
votes
1answer
496 views

iPhone trigonometry for dealing with orientation

I am trying to write an augmented reality application. I am using the compass, gyroscope, and GPS coordinates to create overlays. Everything is working great, except for when the user leaves portrait ...
3
votes
2answers
452 views

Rotate an image to direct to a well know point using compass heading

As a proof of concept, I want to create an application that retrieve the current coordinates, calculate the direction towards an another point and, using compass, rotate an arrow image to direct to ...
3
votes
1answer
315 views

Compass guide to GPS destination

I want to rotate an ImageView with an arrow from the current user location to some previously saved GPS location. How do I do this? Is the Initial Bearing got from the Location.distanceBetween method ...
3
votes
4answers
2k views

Finding Direction in iPhone like in Compass?

Do any one have idea for finding true direction using iPhone? I want to implement such application in which I need to find direction in which iPhone is pointing and want to make application same as ...
3
votes
2answers
2k views

Compass accuracy dilemma

I need to build compass for my application. From reading the documentation it seems there are two reasonable ways of doing this: Sensor.TYPE_ORIENTATION method: This is the easy way of doing it. ...
3
votes
3answers
880 views

Detect the iPhone rotation spin?

I want to create an application could detect the number of spin when user rotates the iPhone device. Currently, I am using the Compass API to get the angle and try many ways to detect spin. Below is ...
2
votes
1answer
313 views

How to make an accurate compass on android

my android application shows the direction of a particular place in the world and therefore in needs to get the compass degree. This is the code I've been using to calculate the degrees: public void ...
2
votes
1answer
147 views

How to show compass on Screen?

I am new to iOS development. My objective is to show a compass on Screen. I have a latitude and longitude of a certain location. I have gotten my current latitude and longitude by using CLLocation. ...
2
votes
1answer
384 views

Is this the way to make a compass?

A part of one of my iPhone applications needs to display a compass which points to a location. It's not north - it's a location (using latitude and longitude). I have come up with the solution below ...
2
votes
1answer
306 views

Kalman filter with complete data set?

I am looking for a way to combine data from a compass and gyro in order to determine attitude after the fact. I will be working with a complete data set in which the 3D compass and gyro readings have ...
2
votes
2answers
775 views

iPhone 3D compass

I am trying to build an app for the iPhone 4 which enables the user to "point" at a hardcoded destination and a dot appears where the destination is located. First, i use the compass to make a ...
2
votes
4answers
356 views

How precise are iPhone 4 compass API readings?

I'd like to develop an iPhone 4 app that uses the compass API, but I need readings at least as precise as a half a degree (eg. 100.5). What kind of precision does the compass API provide?
2
votes
2answers
434 views

How to rotate compass needle smoothly

I have done the coding for rotating a needle in a compass using: NeedleView.transform=CGAffineTransformMakeRotation(theHeading); but the rotation is not smooth. It is moving roughly. Can anyone ...
2
votes
3answers
493 views

Showing an arrow that is heading a specific location

Does anyone know how to place out an arrow that points to a specific annotation depending on my current heading. For example; I want the arrow to be vertical when the current heading is the same as ...
2
votes
1answer
362 views

How to find the compass heading in an iOS web app?

Does anyone know how to find the compass heading of an iOS device from within a web app? The new Device Orientation APIs supported in iOS 4.2 only seem to provide relative changes in rotation. Was ...
2
votes
3answers
2k views

Android Compass orientation on unreliable (Low pass filter)

Im creating an application where i need to position a ImageView depending on the Orientation of the device. I use the values from a MagneticField and Accelerometer Sensors to calculate the device ...
2
votes
1answer
402 views

iphone 4 compass and map

how to use compass based on direction on google maps using iphone 4 ,as MAPS app doing any tutorial to refer?? Thanks
2
votes
4answers
1k views

iPhone Compass GPS Direction

I'm trying to develop an application that use the GPS and Compass of the iPhone in order to point some sort of pointer to a specific location (like the compass always point to the North). The location ...
2
votes
1answer
229 views

Android Compass Reading Different Values On Different Phones?

Hello :) I am working on an application that uses the compass and location to draw an arrow at the direction of a location. My problem is when I run my code on the emulator, all the arrows point the ...
2
votes
2answers
1k views

How to control an OpenGL projection matrix with iPhone accelerometer/compass values?

Is there any ready made class/formula somewhere I can use it for control my viewpoint by accelerometer's/compass's XYZ? I want to achieve the same view control like acrossair uses. I have the parts ...
2
votes
1answer
500 views

Determining north using the android phone

I looked over SensorManager and was still unsure, how do I detect if the phone is looking at true north (or any other direction for that matter).
2
votes
3answers
2k views

Can I emulate a compass on Android

I want to test a compass app on the emulator. Is this possible or do I have to use a real device. Also I do not want to use gps.
2
votes
1answer
1k views

iphone compass interference detection

How can I tell from my app if the compass has interference and ask the user to re-calibrate it? I want to get the same behavior as the google maps app has when there are compass interferences. ...
2
votes
3answers
609 views

Cardinal direction algorithm in Java

This weekend I spend a few minutes thrashing together an algorithm that would take in a heading (in degrees) and return a String for the cardinal direction (I'm using it in an android compass ...
1
vote
1answer
18 views

Collect compass direction and camera tilt at time of photo capture

I'm trying to collect the compass direction and the tilt of the phone at the time a picture is taken. Of course, I'm not sure of an easy way to do this. My current camera implementation uses: ...
1
vote
1answer
76 views

How to make changes and compile CSS if you are editing on FTP and using Sass (Scss) or less?

I recently learned about Less and Scss+compass. My question is, if I'm uploading a compiled .css file using ftp to a website, and I'm out of town or away from home and want to make some changes to ...
1
vote
2answers
88 views

Between GPS, compass heading and accelerometer, which consumes the most amount of battery?

Does anyone know between GPS, compass heading and accelerometer which uses the most amount of battery (or how they compare relatively?) I'm assuming somewhat naively it's: accelerometer < ...
1
vote
1answer
72 views

Rotating an image in android using GPS Values pointing to a specific location

I'm trying to use something like a compass, passing it longitude/latitude values to let it point to a specific location, my code can draw an arrow while moving the phone (using GPS) to determine the ...
1
vote
1answer
55 views

How to get Direction in Android (Such as North, West)

I am new in Android and i want to get direction according to my camera. How can i get direction information according to my camera? Could you give an idea for this? Regards.
1
vote
0answers
65 views

Location manger not updating heading

Has anyone experienced this problem? When we start heading updates on a Location Manager instance, we never receive a single heading update from it. Further, the heading field of the location manager ...
1
vote
2answers
145 views

Colored MATLAB Compass Graph

I'm quite new to MATLAB and therefore any help is very appreciated. I want to visualize multiple vectors using MATLAB's compass graph. Is it possible to colorize the different vectors? Those vectors ...
1
vote
0answers
114 views

Draw the Compass Heading line

With Android i'm trying to draw a line on the canvas that is pointing toward my heading. I have successfully get the heading (magneto sensot + accel with .getOrientations). I draw a circle in the ...
1
vote
0answers
107 views

Android: Implement azimuth orientation sliding view

I am trying to create a ruler view based on azimuth compass orientation value. The idea is to place a small view at the bottom of a camera view which slides to the left or to the right according to ...
1
vote
2answers
199 views

To show heading direction on blue pulsating dot(user's current location) without loosing accuracy circle

I have a CLLocation manager as follows myLocation = [[CLLocationManager alloc] init]; myLocation.desiredAccuracy = kCLLocationAccuracyBestForNavigation ; myLocation.delegate=self; if device ...
1
vote
3answers
532 views

Compass True Heading in iPhone/iPad

I having some problem on the iPhone/iPad compass development. The trueHeading taken from the CLHeading alway give me the '-1' value, I'm stuck here. Here is my code: self.locationManager = ...

1 2 3 4