locationmanager
Getting the current GPS location on Android
I\'m trying to get the user\'s current location via GPS capability, Wrote a simple class that implements LocationListener[详细]
2023-02-09 05:09 分类:问答Monodroid emulator retrieving location problem
I am having difficulty getting my Monodroid application retrieve a location when I run it in an emulator.开发者_StackOverflow社区 My code looks something like this:[详细]
2023-02-07 07:38 分类:问答locationServicesEnabled in iOS >4.0 always showing UIAlert
I try do get the locationServicesEnabled function to work... but my UIAlert shows up no matter if the locationServices is enabled or not! How do I get this to work properly?[详细]
2023-02-01 14:29 分类:问答What's location provider "passive"? Seen on HTC Desire with Android 2.2
Before I go into location based mode I check for existence of any location providers by calling List<String> android.location.LocationManager.getProviders(boolean enabledOnly) //enabledOnly = t[详细]
2023-01-31 19:12 分类:问答Get Latitude and Longitude without inserting Sim Card and Start/Stop Gps from Application
I am trying to fetch Gps latitude and longitude, but i am having a query that whenever i try to fetch Lat & Long without sim card, it is not providing any info where as soon i insert my sim car开发[详细]
2023-01-29 01:19 分类:问答iphone: location manager + adwhirl = battery drain :(
In my app I am using CLLocationManager and AdWhirl. I have made no specific development regarding background mode: I don\'t want my app to be working when it is in background, i.e. when the user press[详细]
2023-01-28 08:45 分类:问答Problem requesting location updates by network
I\'ve created a Service and grabs location data about the user so I can show my users nearby places.I want this Service to track by network in addition to GPS for 2 reasons: 1) GPS may not be enabled.[详细]
2023-01-27 00:32 分类:问答android LocationManager.requestLocationUpdates with minTime >0 not working as expected
I set locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 60000, 0f, this);开发者_如何学Go[详细]
2023-01-26 12:56 分类:问答Creating a blank location object
A couple of other people and me are working on an app for android. It requires locating the device in latitude and longitude. We\'ve been able to create a location object, but the object is always bla[详细]
2023-01-23 22:37 分类:问答How do you make Android LocationManager use Cell network and not Wifi network?
I have an android application using LocationManager get the cell network location and not the Wifi location?If I have turned off the Wifi antenna and do the following:[详细]
2023-01-21 13:02 分类:问答