Questions tagged [user-location]
21 questions
7
votes
3 answers
XEP-0080 User Location in Smack Library
I would like to create a simple XMPP client in java that shares his location (XEP-0080) with other clients.
I already know I can use the smack library for XMPP and that it supports PEP, which is needed for XEP-0080.
Does anyone have an example how…

Kristof
- 557
- 6
- 14
2
votes
5 answers
How to decide user's language
I am looking for the best way to decided web user's language so that content can be presented in his native language. I want to know about pros and cons of different techniques.
Few options I am looking at are:
Using PHP geoIP extension which uses…

Gary Lindahl
- 5,341
- 2
- 19
- 18
2
votes
2 answers
iPhone MkMapView lock center to userlocation
I have a MkMapView and want to keep the Map centered to the user's location, exaclty as the iPhone Map Application does when you press the scope button.
I am using the setCenterCoordinate method because I don't need to set the zoom.
I use it…

user223814
- 51
- 2
- 6
1
vote
2 answers
Location-Based Service Application
I need to be able to locate the user in a building, show the route that can be taken, and optionally download the building's map, and use the turn-by turn navigation without any internet/GPS access after that.
My main questions are;
1) How do I get…

Luqman
- 249
- 4
- 25
1
vote
1 answer
Issues getting user location from CLLocationManager (Google Maps API)
I'm working on an iPhone app that uses the Google Maps API, and I'm having issues getting the current location of the user, so that the map opens on their location.
I've spent a few days on it now and have gotten rid of compiler errors, but it's…

cwheres68
- 13
- 2
1
vote
1 answer
How to track user location when app is in killed state in ios
I want to track the user location in my ios app using objective-c even if app is in killed state/ suspended state.
please help.

Hrishikesh Menon
- 139
- 12
1
vote
1 answer
Get current location every n minutes in android
I want to get the latitude and longitude every n minutes and then use them in my app for setting the user in an area. The only problem is that I don't know how to get the location every -let's say- 2 minutes.
PS: I'm using both GPS and WiFi

Andreea Mateescu
- 139
- 1
- 3
- 12
1
vote
0 answers
setUserTrackingMode display troubles sometimes occuring
I have a weird issue (concerning the displaying of my current location) with the call of the method of MKMapView :
- (void)setUserTrackingMode:(MKUserTrackingMode)mode animated:(BOOL)animated
My map well display my location with the blue dot, but…

Lucien
- 451
- 4
- 16
1
vote
1 answer
how to show mapkit blue dot(user's location) at desired location?
I am using MapKit. I want to know how to get current user's location. The MapKit shows a blue dot at current user location.
I want to do something like this: The user location is showed on the map. I have a button which, on clicking again, gets the…

Rahul Vyas
- 28,260
- 49
- 182
- 256
1
vote
1 answer
Locate the user's location in a map with multiple pins
I need to see user location using a custom annotation, and then I add more annotaions of various types in the vicinity of the user (eg monuments, restaurants cinema ...). If I write the code in this method displays the user's location.
- (void)…

Ortensia C.
- 4,666
- 11
- 43
- 70
0
votes
1 answer
FB.login() response is inconsistent
Most people who are trying to login with Facebook are having no trouble, but about 5% of people who try to sign up are unable to. I believe the issue is due to some people not having certain information in the response that I get back from Facebook.…

Chase Mcaleese
- 28
- 4
0
votes
0 answers
iPhone: Prompt "App would like to use your current location" disappears straight away
Possible Duplicate:
Disappearing UILocation alerts in XCode 4.2 with ARC iPhone
I'm trying to get the user's location using a class called MyCLController (found somewhere on the Internet). I have already used it in different application without…

Johann
- 12,158
- 11
- 62
- 89
0
votes
2 answers
Indoor Location Positioning using 3 Wi-Fi Access Points
I wanted to ask, is it possible to locate user's position in a building using 3 Wi-Fi Access Points?
According to my research, it is possible, but with those 3 Wi-Fi AP, I also need to use RSSI to make it work. my question, how do I merge, or…

Luqman
- 249
- 4
- 25
0
votes
2 answers
Get User Home town And Current Location
I am using the following script from facebook example:
The script grabs the e-mail fine but hometown and location trigger a 500 error on my server. I need to grab the data for statistics.

Christopher Sparrowgrove
- 21
- 2
- 6
0
votes
1 answer
Mapbox / route-me : user location no longer working
I'm using route-me (Alpstein fork) to show a map with user's location. It was working until I updated both Xcode and route-me recently. Now if I set :
mapView.showsUserLocation = YES;
mapView.userTrackingMode =…

Tim Autin
- 6,043
- 5
- 46
- 76