Questions tagged as 'maps'

3
answers

How to do Icone walk in api Google Maps

In My script below it every 30 seconds causes the icon to change position, only the icon disappears and appears at the next point. What I wanted was for him to walk to the next point as shown in the image below AsIdonotunderstandjavascri...
asked by 26.04.2016 / 02:28
1
answer

Information Box Google Maps with JS

How do I display an information box when clicking on the marker? I tried to do following the documentation, but when I click, the box appears but not the information inside it. //Center var mapProp = { center: new google.maps.LatL...
asked by 22.06.2017 / 14:59
1
answer

Identification of regions google maps - JavaScript

I have a list of latitudes and longitudes and I would like to find out in which region of the country such latitude / longitude belongs.     
asked by 22.10.2015 / 21:39
3
answers

Maps in Java: picking key from the value

Hello, I have a string map for string: Map<String,String> myMap = new Map<String,String>(); with a series of values myMap.put("1","valor1"); myMap.put("2","valor2"); myMap.put("3","valor3"); I would like to know what is...
asked by 31.03.2016 / 22:20
1
answer

Save latitude and longitude in swift

I have this code in my ViewController to capture the users current location: @IBOutlet weak var userMapView: MKMapView! var locationManager = CLLocationManager() override func viewDidLoad() { super.viewDidLoad() locationManager = CLL...
asked by 12.09.2016 / 19:30
2
answers

Legend on bookmarks in google maps

I created a dynamic map that displays multiple markers as per the query specified by the user. When I click on the marker, the information bubble usually appears with the data that I requested it to appear. So far so good! But, I need to display...
asked by 20.06.2016 / 23:41
1
answer

Framework for geoprocessing for Brazil

I found several frameworks on the internet for geoprocessing. The problem is that all were created for the US regions. Does anyone know of any framework that I can get to the granularity of a city? Example: Map of Brazil by regions, when clic...
asked by 16.06.2015 / 20:33
1
answer

Doubts in creating my App

I'm creating an App and I'm having some questions, I'm a beginner in Java and Android and some things I have no idea how to do. I need to create a way, to show customers on the screen the "vendors" that are around when they access the applica...
asked by 25.11.2014 / 22:46
1
answer

Looking for nearby places with DISTINCT? (Maps API)

I have a separate table in MYSQL with the addresses of the users containing the location information (latitude and longitude), each user being able to have more than one registered address. My goal is that when performing a search for a location...
asked by 27.02.2017 / 03:12
1
answer

How do I get the client's position on the map?

I can only get the approximate location of the client, but would there be a way that I could locate it on a map, with that data I have? I only get location data such as City, state, latitude, longitude etc. With this site and this code: $...
asked by 17.01.2017 / 01:15