Questions tagged [currentlocation]

Current Location refers to programmatically identifying the GPS location of a device, such as an iPhone app requesting information about its current location to display in a map or find nearby places, for example.

Current Location refers to programmatically identifying the GPS location of a device, such as an iPhone app requesting information about its current location to display in a map or find nearby places, for example.

See also:

221 questions
0
votes
2 answers

Not getting current location

I'm trying to get the current location and sending its LAt and LON to another class.But my application is not getting the current location it is showing the LAST LOCATION.Please help me out how to get the current location using GPS and NETWORK…
Yushi
  • 416
  • 6
  • 24
0
votes
1 answer

Get current location twice

I've got an iOS app in which it starts differently if the user has been logged in through Facebook account or not. So the application flow is as follows: 1- I call app delegate, which creates a navigationController and shows it. 2- In the root view…
Bellots
  • 1,703
  • 3
  • 19
  • 29
0
votes
1 answer

set GoogleMap initial location (from gps)

I have a GoogleMap in my App. When my app starts, it finds out the current position via gps and changes the map to this position. If my app was already started before and the initial position was changed, then I want to keep this user selected…
masrlinu
  • 103
  • 1
  • 14
0
votes
1 answer

html5 geoloaction is not working in chrome/windows7 . But its working in chrome / XP ...Is there any issue with html5

I am creating hybrid application which should only work in chrome .In my app am using HTML5 geolocation..this is working fine in chrome/XP but its not working in chrome/windows 7 ... While executin the below function it is requesting me to allow to…
gauti
  • 1,264
  • 3
  • 17
  • 43
0
votes
2 answers

Mapview Showing Closest location

Building an iPhone app for a business with multiple locations. I have a mapview that shows all the locations, I got it to work to show the locations on the map. Zooming out you see all locations that I have specified. Issue is I need it to show…
0
votes
0 answers

Re routing user in iphone navigation app

I am working on a navigation app that will give turn by turn navigation. I am using google directions API to plot best route between points. Apart from source and destination user can add up to 8 waypoints. I have stored all the coordinates in an…
Virat Naithani
  • 783
  • 12
  • 31
0
votes
1 answer

Print out a variable name

I am finding the closest location to my current location and I'd like to NSLog the closest CLLocation variable name instead of it's value. How would I go about doing this? This is how I get the value of the longitude and latitude of the…
0
votes
1 answer

problems with location manager in maps api v2 android

i'm developping an android app which shows in a map the current location for the user. Few hours later, i have discovered the error, locationManager doesn't actualize the location. I put the code relative a locationManager: mapa =…
wiki
  • 299
  • 4
  • 16
0
votes
1 answer

Get city code for the city which get from current location eg., New York, NY

In my application, I m getting City name from current location using MKReverseGeocoder I also getting Country code but I want is City code too. For exmaple If I get New York city than i want to get NY. So i can show New York, NY can any one help…
Nikunj
  • 987
  • 11
  • 25
0
votes
2 answers

Android:Google map current location and other marker points

I'm developing an android Google map app. How to create a current location ,balloon overlay and other marker location points. I am creating Other marker location points in (CustomMap.java) Here I want to current location also.Please help…
Satya
  • 340
  • 7
  • 17
0
votes
1 answer

Google map Current location Balloon overlay?

I am creating Google map Current location Balloon overlay. I used android-mapviewballoons this code to show balloon. Here Current location display is working. When i click on marker, error will come(BalloonOverlayView 57,38 lines and…
0
votes
4 answers

Send My current Location address via email

I have a problem,My current location address its displayed a textView But problem is After clicking on the send button, Error will come But i want to Send my current location via email with google map hyperlink please check my problem,please send…
Satya
  • 340
  • 7
  • 17
0
votes
1 answer

Not Getting Zipcode for India locations using MKReverseGeocoder

I am developing an application based on geocoder. I am using the placemark address dictionary method inside the geocoder delegate method. I'm able to get all the details (street, city, state, county, countrycode and all) except postalcode for…
Vidhyanand
  • 993
  • 10
  • 21
0
votes
1 answer

How to move overlay item above mapview in android?

I have to get current location continuously and move overlayitem over mapview in android? I have used following code to get current location for which i have to used different class for getting current location and implemenets its method but i am…
0
votes
0 answers

Get current location without a map view

Possible Duplicate: How to get the user’s current location by code in iphone app? I want to snatch the current location LONG and LATs when my app is loading, without being visible. I'm not trying to run the app in the background or track the…
Edward Hasted
  • 3,201
  • 8
  • 30
  • 48