geolocalização

Code refactoring to convert GPS coordinates in DMS format into an array

The user can enter GPS coordinates in two ways, decimal degrees or degrees, minutes, seconds : ┌──────────── ... tion How can I simplify and refine the result of this code in order to convert GPS coordinates in DMS format into an array?

Insert how to get to a map button

I need to insert a button on my site so that when clicking a route is established taking the location of the client to the ad ... e person may want to visit. http://pousadadasrosas.com/pdr-local.php?ponto_turistico=centro-de-miguel-pereira Thank you!

Calculation of Latitude and longitude-approximation

Guys I'm having a little rant... Currently I have the data Latitude and longitude of company registrations in my database, ... essed with this and if they have something working that they could share.. : D Thank you for attention and help in advance!

Data type for latitude and longitude

I am working on a new project where I will need to save the coordinates (latitude and longitude) of an address in the databas ... for this? I have researched and seen some recommendations to use decimal, but I am in doubt if it is the best type to use.

Gps or antenna triangulation - how to know location accuracy?

I have an app that uses the Location api and works right on most devices, but it has one that even connected the gps does not ... w accuracy (antenna triangulation) I can from this draw a route between two points. If I don't use the route that gps showed.

How to rescue GPS location in coordinates, of all users of the application?

Explanation / Scenario: I am developing an application that should rescue in real time the location of the users of the same ... answer more complete including the part that shows the user with such a coordinate on the map, it would be extremely useful!

Get coordinates, measure distances and compare them

I was proposed to develop a page where this presents an excerpt of Google Maps with several markers organized in clusters (do ... ng: -8.598922 }, { lat: 40.967305, lng: -8.591450 }, { lat: 40.961682, lng: -8.608136 } ]

How to get the GPS location of who access the website?

Hello I need to develop a website that creates routes, I'm using Google API's JavaScript. I need to get the location of the u ... and not by IP as the function of HTML5. Is it possible to access GPS data through a web application? How do I develop this?

How to find an address by latitude and longitude

How can I get the full address of a geolocation, ex: Lat. 37.386196601958 Lon. -121.964346639 (Rua Tal, Bairro tal, cep: tal)

How should a route's data be stored?

I am developing an application where a route from Point A to B will be started and I want to save the coordinates to display ... atitude and longitude and mount a large array or json? Is there any pattern to be followed for this type of information?

Address search on Google Maps for Android?

How do I search for an address in Google Maps for Android, from the location name?

Save, in the photo, the coordinates of the place where it was taken

I would like in my application when taking a photo, that photo to save the location coordinates in the photo details, would t ... t(intent, IMAGE_CAPTURE); This way I make the call from the camera, at first how to pick up the location still do not know

Geolocation by mileage radius from a Central point

I'm looking for how to make a geolocation script to find cities within a radius of x Km from a central point. What do you m ... o be chosen would come from the database, which will populate a combobox. And the other cities would also be in the database.

Find places near a given coordinate [duplicate]

this question already has answers here : ... the user searches for a reference point, I would like to find all the other points that are close to that chosen coordinate.

What is the difference between the <@> and <->operators

I was studying geometric types and coordinates in SQL, in PostgreSQL more specifically, and came across two operators, the operator and the operator . What is the difference between them? Which is the fastest?

How to plot map with place names - ggplot-R

I downloaded the data and plotted a map with the population density of the cities of the Metropolitan Region of São Paulo. Bu ... fill = DENS_DEMO)) + geom_polygon() + coord_map() How to identify the places to be aware of the positions on the map?

How to determine the approximate location of the user by IP?

When I use search engines for certain searches, mainly related to Maps or commercial establishments, these systems usually se ... ty or region from their address? Or at least a known provider from which we can consume a service to obtain this information?

Average latitude and longitude by ZIP code

I am needing to find the start point and end point of the latitude/longitude of the ZIP code . I am needing to parse on avera ... : 'Brasília' } If the product is between start_directory and end_directory this location belongs to the ZIP code.

Periodically update the location when app is running in background

I have an app that should save the user's location every 1 minute. I created a service running in the background that does th ... p saving the location with the periodicity of 1 minute even the application being in the background or the screen being off?

Use my location to add markers, Maps SDK for android

I am creating a map application for android that shows users if the place where they will pass is dangerous or not, it has an ... id hideSoftKeyboard(){ this.getWindow ().setSoftInputMode (WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN); }