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
1 answer

How to get current Location in ArcGis map In android using Imagery Map server

I am working In an app to develop a custom ArcGis map. I am able to show the map using base map url. I am using following fragment of code mapView.addLayer(new ArcGISTiledMapServiceLayer( …
kuldeep
  • 3
  • 4
0
votes
0 answers

Is there any other way to use mgoogleapiclient.connect() apart from onstart()

I'm developing an API for getting the currentlocation. So how can i connect to GoogleAPiCleint from my java class(it's not an activity) In other words do i've to connect to GoogleApiClient from OnStart only(Callbacks)
Reddy
  • 79
  • 1
  • 8
0
votes
1 answer

Current location in SKOBBLER map

I am new to android and even newer to Skobbler sdk I am trying to access the current location but it taking me to berlin I am using the code below : mapView.getMapSettings().setCurrentPositionShown(true);
pradeep
  • 29
  • 1
0
votes
0 answers

How to change the current location blue icon in iOS MapKit

My app needs to track the user current location periodically. I don't want to use the default blue dot icon. Here is my code for changing it. But it doesn't work. - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id…
mmjuns
  • 177
  • 1
  • 11
0
votes
2 answers

Getting current location from Google Maps IOS on start up of app

I am using the Google Maps API for IOS and was wondering if there was a way I could retrieve the current location of the device to show on the map as soon as the app loads. At the moment, when the app loads the current location coordinate object is…
user3536057
  • 219
  • 3
  • 15
0
votes
1 answer

NSLocalizedDescription=Unable to determine location

i want to add current location to my form which user fills in the application. the code was running smith first but now cannot access the location. instead i get error as 2015-01-21 15:08:18.728 MyHealth[234:17355] current loc: Error Domain=myDomain…
ash_win
  • 195
  • 2
  • 10
0
votes
2 answers

ios get current location and show blue dot using location service

what i need for my app is, to display my current location on my mapview by using location service, here is my code .h #import #import @interface MapDirectoryViewController : UIViewController
sefirosu
  • 2,558
  • 7
  • 44
  • 69
0
votes
3 answers

Able to fetch current location but its not accurate

This question may a repetition but i am not satisfied with others ,that is why asking again .i have created a simple app to show current location and displayed it on map.But its not accurate.I tested my app within a building and is fetching the…
user3013257
0
votes
1 answer

LocationClient getLastLocation returns null in my fragment

I am trying to get current location with LocationClient.getLastLocation(). First, I call connect() for LocationClient in onCreate() but it gave me this error: 11-11 13:20:45.297: E/AndroidRuntime(9188): Caused by: java.lang.IllegalStateException:…
Figen Güngör
  • 12,169
  • 14
  • 66
  • 108
0
votes
2 answers

Showing current location on android Google Map v2, But app crashes

Here is my Activity code package com.example1.heartconnect; import android.location.Location; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import com.google.android.gms.maps.CameraUpdateFactory; import…
Vishal Afre
  • 1,013
  • 3
  • 12
  • 39
0
votes
1 answer

Trace route in Google Maps from current location to a marker

I'm creating a wild life application. There I have several markers placed in different places in Google Map. I need to trace the route from my current location to the specific marker point when user clicks on that marker. How can I do this? I…
0
votes
1 answer

fetch current location while opening the app

Hi in my Application I have to show the route map form my current location to destination location. For that I'm using the google map URL to show the route map everything works fine. But the problem is when install the app first time its getting…
0
votes
2 answers

how to access current location using google maps in android

I'm doing a project on an app that shows the current location of the user using google maps. I have got to show the map view of the current location of the user. I tried using a link that connects to the google maps to show the map but I can't get…
0
votes
1 answer

Android Google Location/Maps -- Getting Current Location, I keep getting an error (RunTime Error) and don't know why?

Ok, so I am creating an app that uses Google Services (Location Services) to find the user's current location. I am getting an error when I go from my main activity to my next activity and I don't really know why. I had it working a while ago, but I…
0
votes
2 answers

How to know if current location is close to a marker? - Android

I have google map which contains multiple markers. I want to alert when current location becomes close to each of these markers. How can I do that? Could you pls provide me with an example? Thx in advance.
Someone
  • 736
  • 2
  • 12
  • 29