Questions tagged [geopositioning]

Geopositioning is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal. Geopositioning may refer to the practice of assessing the location, or to the actual assessed location.

33 questions
0
votes
1 answer

Getting altitude tapping on a place of the map

I use the follow code to get coordinates and altitude simple clicking in a place on the map... for example if I click on a New York Street the apps returns to me the New York coordinates public void onLocationChanged(Location location) { double…
AndreaF
  • 11,975
  • 27
  • 102
  • 168
-1
votes
1 answer

GoogleMaps and OnMyLocationChangeListener, am i right?

Ok, Hello everyone (sorry for my English). I have a task to make some good location service. I use google and stackoverflow , find a lot of tutorials, but i want to ask am i right? I have destination point and my current geo position. I draw route…
-2
votes
1 answer

From double to geopoint remove me the ,

i have 2 doubles, lat and long with the form (X.XXXXXX). I'm trying to make new GeoPoint from this values, but when I convert to GeoPoint, remove the , obtain this result geopoint(XXXX,XXXX); Double latitudEditando =…
colymore
  • 11,776
  • 13
  • 48
  • 90
1 2
3