Questions tagged as 'maps'

1
answer

Connect to Current Location Android Studio

I am developing a App Android that contains a map and that takes my location, but in some devices it does not activate this function, so that it works you have to click on the Local button, for example Samsung J5 . How can I...
asked by 02.11.2016 / 18:05
2
answers

Return Latitude and Logitude to fields in my Javascript form - Google Maps

My problem with latitude and longitude has been solved, now I'm having trouble returning these values inside my form, I'll leave the demo link below. Link to the project "I'm using the following Google Maps script to return properties, b...
asked by 13.11.2015 / 20:25
1
answer

How to plot routes in a C # Windows Forms application from latitude and longitude

Hello, I would like to know how best to display a route from the latitude and longitude that are in the database in a C # Windows Forms application. I've already searched the web and I've found something similar to what I need, link But I still...
asked by 12.02.2015 / 12:16
1
answer

How to load Google MAP Charts library

When trying to draw a chart of type MAP, I get the following error:    Uncaught TypeError: google.visualization.Map is not a function This happens only with this type of chart. <html> <head> <script type="text/jav...
asked by 04.11.2015 / 16:04
2
answers

Img map with mouseover

This is the code I currently have: <img src="images/2.jpg" style="height:973px" border="0" onmouseover="this.src='images/1.jpg'" onmouseout="this.src='images/2.jpg'" usemap="#image-map" > <map name="image-map"> <area alt="CM...
asked by 25.06.2018 / 15:18
1
answer

Library to load custom maps?

I'm looking for a component that works like Google Maps (navigation and zoom) where I can upload my own map. It's a very simple map. I found the mAppWidget but found few examples of deployment and I hit a little to understand the componen...
asked by 01.06.2017 / 20:04
1
answer

List sights through the Google Maps API

I currently force the user to fill out all the sights by looping the code. However, I wanted to know how to get this information from the sights automatically, more or less the way this hotel did: link Where he searches for categories an...
asked by 17.11.2016 / 14:13
1
answer

Another global chat room. What is the technology for this type of application? [closed]

In this link we have one more global chat room. Interestingly, it seems to use google map. Could anyone clarify which technology and technology involved in creating an application like this? I know it sounds like a subjective issue and it's...
asked by 27.04.2016 / 23:05
2
answers

Precision problem in Geolocation maps V3

I'm creating a location web app, using geolocation of google maps v3 . The problem is that when my functions work, they can not get my location CORRETA NO Chrome do COMPUTADOR , but when I use the MEU CELULAR ELE OBTÉM...
asked by 13.02.2016 / 23:59
1
answer

API for viewing places on the map

I need an API that works like HERE Maps, which makes it easy to query through a REST service. With it I can for example identify stores within a certain range. But I came across the problem that it does not provide this information when for exam...
asked by 16.05.2015 / 23:06