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.
Questions tagged [compass-geolocation]
333 questions
0
votes
2 answers
Is there a way to know which direction one iPhone is from another?
Presume I have two+ iPhones connected to the same server.
Using the sensors built in the iPhone and any possible calculations based on their information, is there any way to tell which direction one phone is from another?
They would be in the same…

user
- 3,388
- 7
- 33
- 67
0
votes
1 answer
Accurate compass mobile website
I want to make a compass in the browser (mobile website, NOT native applicaton). The purpose is that you have a button "Save current location to localstorage" and when you click on that button you save the latitude & longitude of the current…

nielsv
- 6,540
- 35
- 111
- 215
0
votes
1 answer
Google Maps API Utilizing iOS's Native Compass Device Orientation
If you open up Maps on the iPad and click the location arrow twice. You will notice that the map will rotate depending on the device's orientation. This is what I want my application's map to do in my iOS Native Web Application. It's a Google Maps…

DXSX21
- 1
- 1
0
votes
2 answers
Format for transmitting live Accelerometer/Compass data over network
What's the best way to transmit a history of accelerometer/compass data to a server?
I have a very basic Android application that transmits GPS point data to a web server. I would like to now include accelerometer/compass data along with these GPS…

dtbaker
- 4,679
- 6
- 28
- 30
0
votes
1 answer
Display iOS Compass Within iOS Native Web App Page
I am trying to figure out how to display an iOS Compass directly onto a page I created from within my iOS Native Web App. I don't want to tap on an area and it bring me to the compass application.
Essentially, I am working on a project where the…
user2280722
0
votes
1 answer
Compass mode on MapView
I want to add Compass to my Map to get the people around me, like if I faced to North then I can only see those people who are in North and next to me, see in image I'm on a Map view at particular location and yellow and red ovals are other person…

Eager Beaver
- 949
- 3
- 11
- 20
0
votes
1 answer
Show user exact or approximate location n google maps in asp.net c# in web site
I want to show user current location or approximate location on google maps in my web site using asp.net c#.Is it possible??? If it is kindly help me.I saw many tutorials but fail.

pareshy
- 341
- 1
- 5
- 15
0
votes
0 answers
Rotating an image like a compass (not working)
I want to rotate a specific image on an acitivity. I found everything where we set the contentview to an image, or drawing something, but again full screen.
sensorChanged method:
float[] mGravity2;
float[] mGeomagnetic2;
public void…

Javanshir
- 772
- 2
- 7
- 20
0
votes
0 answers
Software compass sensor
Is there a way to develop a compass sensor emulator (based on GPS travel direction), so for devices that has no compass sensor (but has GPS) can emulate the hardware sensor? This way apps that want to use the compass can still work fairly…

Harshana
- 161
- 1
- 7
0
votes
0 answers
Why is the OSX system Ruby being used instead of RVM default (SilverStripe-Compass module)
I recently updated SilverStripe on my dev server to v3.0.5 using Composer which happened to pull in the silverstripe-compass module. I happen to use compass externally (not the SilverStripe module).
On trying to rebuild the site…

Prembo
- 2,256
- 2
- 30
- 50
0
votes
1 answer
Why won't print.scss load compass/reset on Heroku?
On localhost, Compass works perfectly. screen.scss loads compass/reset just fine. So does print.scss.
On Heroku, screen.scss still works, but print.scss gives this error:
Error compiling CSS asset
Sass::SyntaxError: File to import not found or…

steven_noble
- 4,133
- 10
- 44
- 77
0
votes
1 answer
Compass and http_images_path
I'm on compass 0.12.2...I'm trying to use the the config reference http_images_path in the config.rb but it doesn't look like it is using this reference...it still resolves the image to my local directory...am I missing something?
Thanks for any…

ryeo
- 135
- 1
- 1
- 6
0
votes
0 answers
PHPStorm and Compass Watch error
I've just made the switch from NetBeans to PHPStorm, and while I'm mostly enjoying the change, I've started to get an error pop-up from time to time on my compass watch routine (which I run directly on the command line):
Errno::ENOENT on line…

Daniel Hollands
- 6,281
- 4
- 24
- 42
0
votes
0 answers
Customizing Compass to work between two geopoints
I have one requirement in which i want to show the arrow towards one location from current location.Also it should move as per the device rotation and should point to same location after location also.Is it possible ? How?
I have refferd this link…

user1758835
- 215
- 4
- 17
0
votes
1 answer
adding canvas into a LinearLayout
I am programming a compass android app
now I'm facing a problem that I want to add a canvas in the main XML file with a back button i designed to let the user go back to the menu
I used the addview() try to add the canvas compass into the main.xml…

facebook-100000577604787
- 1
- 1
- 1