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

How could i fix the Illegal state Exception and the onClick() Method

i have two errors on my map app. First iam trying to develop the button that show the Current location on the map,when i run the application,it's shows that the Current location is not availabale despite that the code is right.Second when i want to…
-1
votes
2 answers

Geolocation using current location as variable

I have adapted this code to try and get it to work for my situation. What I am attempting to do is find the visitors current location, and map directions to a certain location on load.
-1
votes
3 answers

Current Location program in android not working

all i have simple android application for finding current location ,I have tried some code a sbelow,But its not working.It only shows my static markers only,It doesn't show my vurrent Location marker,So please suggest me for…
jigar
  • 1,571
  • 6
  • 23
  • 46
-1
votes
2 answers

how to get precise current location in a building map

i have one building map and it have so many rooms on it. Now i want to drop the pin in that building map, where the user is being in that building and also i want to draw the direction if user want to navigate to some other room. if anyone knows…
thavasidurai
  • 1,972
  • 1
  • 26
  • 51
-2
votes
1 answer

Facing Error working with Mapsactivity (Newbie)

iam unable to get my location i dont know why ive tried everything on google as iam a newbie to android please help me solve this package com.parkaspot.najeeb.project; import java.io.IOException; import java.util.ArrayList; import…
-2
votes
2 answers

Current location does not show

I am trying to use GoogleMap API and apple's CLocationManager for my app, but it does not show my current location in either of them. I have set up the API in AppDelegate.m and also asking and checking user permission to track location. This is the…
mnm
  • 145
  • 2
  • 12
-2
votes
1 answer

How to make map show to my current location automatically on opening my application?

I am developing an application in which I am using maps. I want that as soon a I open my application it should automatically zoom in to show my location on map, but currently what is happening is that map is visible but current location is not shown…
-2
votes
2 answers

map current location in fragment

We are getting the code in activity.But not able to implement in fragment.Here is the code in activity.Please help us to find the current location in fragment. We are able to put markers in fragment but we are not able to get the current location in…
Arya
  • 1,729
  • 3
  • 17
  • 35
-2
votes
1 answer

I had build a navigation app for cab but its current location keep fluctuating a lot

My app is running fine but only the fluctuation in the GPS current location will jump from one point to new point.I think this is a GPS issue but i want to know how can i improve this in android.
-2
votes
1 answer

google maps API JavaScript not running in html file but runs in w3schools

I attempted to get my current location and display in google-maps. for this: I activated the Javascript API(in google.developers site). got the key to access the api. copied the code in the link below to a html file( inserting my key when "calling"…
-3
votes
1 answer

How to get accurate current location coordinates (latitude/longititude) in IOS Swift

I am using CoreLocation in IOS Swift to get the current coordinates but for some cases, it gives me closest to my desired location while sometimes the coordinates are many meters away from my given address. please check my code which I am using is…
1 2 3
14
15