Questions tagged [user-location]

21 questions
0
votes
2 answers

How to find if mapkit failes to acquire user location?

In my app I'm using map kit.The map kit is working fine but sometimes it fails to acquire user location,so i thought i could show en error message but when i applied the error message it prompting again and again looking very annoying.so i want to…
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
0
votes
2 answers

mapkit doesn't showing default blue blob on device?

I am using mapkit in my application.i want to show blue blob in mapview.i have set [mapview setShowUserLocation:YES]; but it doesn't showing blue blob.also it's cordinates are -180.0000,-180.0000? how is this happen? is there a bug in mapkit. i am…
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
0
votes
2 answers

Implement Country and Province dropdown list in drupal 7 programmatically using Location module

I am implementing a Drupal 7 signup form (through a custom module) where users should be able to indicate their location (Country + Province/State) using dropdown lists. From the description of Location module, this seems possible (by using APIs or…
user2283993
  • 13
  • 1
  • 6
0
votes
2 answers

Showing multiple annotation with user location at center

all I need to show multiple annotations within a mapview and zoom to show all this annotations. I have the code fore that MKMapRect zoomRect = MKMapRectNull; int i = 0; for (Post *post in _allPostsToList) { if (((post.location2D.latitude ==…
Johnykutty
  • 12,091
  • 13
  • 59
  • 100
-2
votes
2 answers

Given a user's latitude and longitude, I want to retrieve other users around me from the database.

Possible Duplicate: How to call user defined function in LINQ in my visual C# web service for my android application? I am currently developing an application on Android that will make use of the user location. The database will keep all the user…
Chleung49
  • 41
  • 7
-2
votes
1 answer

how to send sms message every 5 minutes and update locaation every 30 second

The following code will update user location every 30 seconds, make some calculations if the location is larger than the radius and then sends SMS message to a phone number. My question is, how to send SMS message every 5 minutes and make update…
1
2