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

Getting user current location on google mapview

Hi I have been trying to get and pinpoint the location of the phone (user current location) however I have no luck. I hope somebody can help me with the code. Just to add some more, I am receiving a "Couldn't get connection factory client" error.…
akemalFirdaus
  • 606
  • 1
  • 7
  • 15
0
votes
2 answers

How to get current location of MapView in NSLog?

I am able to get the longitude and altitude of user's current location but, not the name of location . I used userLocation property as below: NSLog(@"Current location=%@",mapView.userLocation); but, it gives me output as Current…
stack
  • 951
  • 3
  • 9
  • 23
0
votes
1 answer

Common link for current location in google maps for ios and android using html

I can't seem to find a common answer anywhere. It seems like there isn't a way to support both Android and iPhone for links opening in their native maps application with their current location set. From what I've been able to find, the iPhone does…
Dan
  • 363
  • 1
  • 5
  • 15
0
votes
1 answer

Center the map on a current location - Titanium

I am running my app on simulator and I have 2 issues: 1) default "user current location" is placed on San Francisco. Can I change that without using "region:" and set the delta for long lat? 2)How can I center the map on the current location(I want…
BlackM
  • 3,927
  • 8
  • 39
  • 69
0
votes
2 answers

Android: Current location pushpin size according to accuracy

I have this method to set current location pushpin on map: private void createPushPinOnMap(Canvas canvas, MapView mapView, BOMPushpin pushpin) { Location location = currentBestLocation; float accuracy = location.getAccuracy(); Point…
Paulius Vindzigelskis
  • 2,121
  • 6
  • 29
  • 41
-1
votes
1 answer

iPhone: Possible to turn on/off Location Services in app?

Does anyone know if it's possible to turn location services on and off from within an app? Say I have an app, I select OK when asked if I want the app to use my current location, but later I decide that I want to disallow the app to use my location.…
RyJ
  • 3,995
  • 6
  • 34
  • 54
-1
votes
2 answers

Is it possible from iPhone application to connect with server if app is not running?

Actually I have the following scenario: I want to create an app that will check the user's current location and send Apple push notifications based on the user's current location. I know it is possible when the app is running, but I want to know, is…
-1
votes
0 answers

Current Location Wrong

Track Geolocation of Users Using Contact Form 7 (https://wordpress.org/plugins/track-geolocation-of-users-using-contact-form-7/) This plugin not showing correct Lat Long. But city or state are correct. When I tested this plugin on my website it…
-1
votes
1 answer

How to make the current location Accurate using Gmap api v3?

I make some project for looking nearby location from my current location to my database location.This project run in localhost using XAMPP. HTML :
ilham suryoko
  • 55
  • 1
  • 1
  • 9
-1
votes
5 answers

Unable to get latitude and longitude of user in marshmallow

I am working on accessing the user current location and have gone through this tutorial Current location and this tutorial Current Location. Everything seems fine but latitude and longitude are not coming up in the TextView field. Here is my…
user7360646
-1
votes
1 answer

IOS/ Objective-c: issue on MKMapView

I'm new at objective-c/IOS and i'm following this tutorial about implementing user's current location on a map. Followed the instructions, but when I press the button to see my current location, nothing happens. Can anybody give me a hint? I'm using…
glassraven
  • 323
  • 2
  • 13
-1
votes
1 answer

Detect current location and Populate my Activity

My Question is i have an Activity of multiple EditText like Street,landmark,Location,City etc. On the Location EditText i put a button to fetch the Current User Location and Fill the User Address in Respective EditText. NOTE : i Successfully Fetch…
techDigi
  • 251
  • 3
  • 18
-1
votes
2 answers

cannot obtain current location in google map

I cannot obtain my current location with the following. These code are learnt from some tutorials on web and i don't know what happen the marker is still in the same location. i am new to android, please help T_T this is the code in…
-1
votes
3 answers

OSMdroid Custom and rotating icon of current location

I am using OSMdroid to show an offline map with user's current location. 1) PREFERRED - I would like to change the default icon showing current location to a custom icon. Also I need it to change its rotation based on bearing returned from GPS lets…
Andrej S
  • 61
  • 8
-1
votes
2 answers

Current user location for iOS 8 - App won't launch

I have been working on a simple app to get the users current location using the Core Location framework from Apple in Xcode and when i run the app i get an error. Can someone please tell me what i did wrong thank you in advance. I have this code…
1 2 3
14
15