Questions tagged [gps]

Abbreviation for Global Positioning System; a navigational system using satellite signals to fix the location of a radio receiver on or above the earth's surface. Also "GPS" refers to the radio receiver used to receive GPS signals.

Global Positioning System (GPS) is a space-based global navigation satellite system (GNSS) that provides reliable location and time information in all weather and at all times and anywhere on or near the Earth when and where there is an unobstructed line of sight to four or more GPS satellites.

It is freely accessible to anybody with a GPS receiver. Apple, Google, and other mobile providers have developed frameworks to deal with the location services calculated from GPS, WiFi or Cell Tower.

More information can be found at:

10257 questions
3
votes
1 answer

Warning to disable GPS on Android

In my android app, the user is able to turn off the GPS. Because I need sometimes of the GPS and I want also ask the user to turn on the GPS again. But the user is able to mark for not appears more this warning.
3
votes
2 answers

Distance for GPS Application

Possible Duplicate: How to track distance via GPS on Android? I have designed a GPS application and its telling my location well. But Now I want to include more feature. How I will make a radius there? to have a surrounding area of 5 or 6 km! How…
Saad
  • 45
  • 3
3
votes
1 answer

Input starting and ending Geo locations(lat and long) and search from database(mysql) how many places between inputed starting and ending location?

I am so confuse and so tired to goggling to find above trick. Actually i have a database table that have six fields id, Sratlatitude, Startlongitude, EndLatitude, EndLongitude and username. Now i want to query in the database like SELECT * FROM…
3
votes
1 answer

GPS android requestLocationUpdate

I have a class named GPSSampleLocation There is a function to turn on gps and based on that getting location here gpsEnabled will be true but in my phone when I request for gps the GPS icon on above in my PHONE will be blinking ... but it is not…
Siddhpura Amit
  • 14,534
  • 16
  • 91
  • 150
3
votes
2 answers

Tracking a car using Accelerometer and Gyroscope when GPS signal is low

We are planning to write a software that would track a Car's GPS position, GPS signal strength, Accelerometer (X, Y, Z) and Gyroscope(X, Y, Z) for every 5 seconds or so. And send the data up to a server for post processing. The server would…
franklins
  • 3,710
  • 6
  • 41
  • 56
3
votes
6 answers

How to get device location name in iPhone?

Currently i am working in iPhone application, Using CLLocationManager to get Latitude and Longitude values fine. I didn't know this? How to get the device location (Address) name from this latitude and longitude value? please help me Thanks in…
SampathKumar
  • 2,525
  • 8
  • 47
  • 82
3
votes
1 answer

Programmatically turn on/off GPS on Android

Possible Duplicate: Enable GPS programatically like Tasker Is it possible to programmatically turn on/off gps on android? It is mentioned on this SO post: How can I enable or disable the GPS programmatically on Android? that it cannot be done…
ssk
  • 9,045
  • 26
  • 96
  • 169
3
votes
2 answers

How can i set the default location to my place when showing the mapview

public class MainActivity extends MapActivity { LocationManager locmang; static MapController mcon; GeoPoint geo; static GeoPoint point; static MapView myMap; MyLocationOverlay comp; static double lat =0; static…
3
votes
0 answers

Is there a way to determine locations inside buildings for android?

Possible Duplicate: How to track position of an Android device in a building? These days I work on a program to locate a user application inside the buildings, I think it can done by GPS . But I read on the Internet that GPS does not work inside…
3
votes
1 answer

read NMEA sentences from GPS

I have a Mio P550 device, which has a GPS included. I try to use SerialPort to get NMEA sentences, by simply use SerialPort.Read(). Data is returned in some weird encoding. GPS should return NMEA sentences in ASCII, but it doesn't. Here is my code…
GTD
  • 315
  • 3
  • 8
  • 17
3
votes
2 answers

Notify users when they reach a location

In the application I'm working on, one of the features is to notify the user when they reach a location that they have set prior. The code below is in addProximityAlert in Activity: final Intent intent = new Intent(PROX_ALERT_INTENT); final…
Intathep
  • 3,378
  • 2
  • 21
  • 28
3
votes
1 answer

Getting Current Location Longitude and Latitude without Change my Position

I can find the current location latitude and longitude.But These data are not shown before change my current position.I want to get current location longitude and latitude without change my position. package com.example.gps; import…
Sajal Saha
  • 169
  • 2
  • 12
3
votes
0 answers

Why Symbian can't obtain user's position?

I have the Symbian/MeeGo project which uses qt-mobility to obtain user's location. The problem is that the following code works fine on Meego (Nokia N9) and doesn't work at all on Symbian (tested on C6-01 and N8). It looks like the GPS adapter…
art-o-nawa
  • 329
  • 1
  • 12
3
votes
1 answer

Can be located which floor we are via smart phone GPS?

Is there a way that can decide which floor we are via smart phone? For example, i m in a building. floor 5; the native app in my smart phone can know i m on floor 5 and give me some advice about floor 5(navigation to floor 1)
max
  • 645
  • 3
  • 11
  • 22
3
votes
1 answer

Restricting plot to shapefile boundaries in r

I have analysed a dataset of GPS points using density.ppp to generate a sort of heatmap of intensity of the points, as shown below: However, I would like the image to be limited to the borders of the shapefile, similar to below: The first image is…
Jonny
  • 2,703
  • 2
  • 27
  • 35
1 2 3
99
100