геолокация

Location detection for Android

I can't get the phone to get the location coordinates. Testing on a real SG4 device. Code public class MyActivity extends A ... onLocationChanged event is not triggered (((( neither in the logs nor on the screen - no changes. It just doesn't get there.

Service for getting the name of a locality by its coordinates

There is a longitude and latitude, tell me the most convenient service, so that in the end I get the name of the locality of ... e for Windows Phone. the service was convenient for this purpose http://msrmaps.com/terraservice2.asmx but it doesn't work :(

Google at i/o 2013 presented Fused location provider, now only use it?

In general, what kind of fruit is extremely little known and there is no information on it on the Russian-language Internet, ... it would be great if everyone would speak out about what they understand by Fused location provider and how it can be used.

Do I need additional hardware for the AOA method to work?

Situation: We want to find the location of users who use the app .The territory where the positioning should be performed is ... e AOA positioning method and can the AOA method work with the usual Wi-Fi access points or do you need additional equipment ?

Get my geolocation

Hello everyone, I have already tried many DIFFERENT ways to find out my coordinates. I used python modules and 2ip type sites ... advisable to use python. If you know a way without using python, write, I would be very grateful. Please help me. Thank you

Why does the code give out the coordinates of my location, but something else entirely?

function coordinateUser() { var writeCoord = document.getElementById('coord'); //получение элемента сайта var ms ... } function error(msg) { writeCoord.textContent = msg; console.log(msg.code); } } coordinateUser();

Android. Defining coordinates

How do I determine the coordinates on the request? For example, now I know the coordinates like this: locationManager.reque ... ry. If you pass in the parameters time = 0 and meters = 0, then it will simply be the maximum update coordinates frequently.

How is the altitude determined in this Google Map app?

There is such a service http://3planeta.com/googlemaps/karty-google-maps.html how do they determine the altitude above sea level/ Do they have the same sources?

How to determine the user's current location and what is best to use?

There is an international project. When the user performs certain actions, it is necessary to receive data about his location ... le making as few requests as possible? P.S. At the same time, I do not need anything draw on the map and draw the map itself

Get the user's height above ground level

I'm thinking about one game in real time. You need to get the user's height above ground level. If the coordinates can be obt ... I, then how do I get the height, that is, the position on the Z-axis of the world space? Or is it already in the coordinates?

From geographical coordinates to local coordinates

Description: There are coordinates of objects in the format returned by the Google Api. That is, latitude, longitude, etc. ... tion of objects in meters in local coordinates (meters). However, I couldn't find how this is implemented in gps navigators.

Determining the region by IP

How can I determine the region by IP in the console program?

Converting the longitude & latitude coordinates to a KLADR address

You need to use the GPS coordinates (latitude and longitude) to determine the city and the KLADR code, respectively. Sim ... rdinates? Or the only option is to search by line after determining the city by coordinates, via the Google API, for example?

Android: Permission to use Geolocation

There is an application using geolocation. It has a check for on/off geolocation permission. And if geolocation is disabled, ... enabled in a different place. Question: how do I universally refer to "geolocation permission for my specific application"?

How do I open the Google Maps app with the specified coordinates from my Android app?

But not using Intent geo, but using exactly some Google Intent. For example, in Yandex, everything is simple and clear yande ... nd the catch-up question is: how do I determine / where to see which Intents are used by the application and what they cause?

Geolocation coordinate format in Android

private String formatLocation(Location location) { if (location == null) return ""; return String.format( ... nt (dot/comma) is one of the key ones. How do I bring geolocation data to the same view regardless of the device language?

Coordinates of the regions of the Russian Federation

I noticed a very necessary thing in Google - it knows the coordinates of the borders of almost all regions/cities of the Russ ... desire) to parse the pictures. Tell me, is there a public directory of polygons of regions-cities of the Russian Federation?