Most voted "maps" questions
A map is a visual representation of a zone of a symbolic representation highlighting relationships between the elements of which space as objects , regions and themes.
Learn more…150 questions
Sort by count of
-
1
votes0
answers60
viewsGoogle Maps Indoor
I’m creating an android application, and I’m making use of the Google Maps api, on the google maps website, have the option of indoor maps, and I’m trying to use them in my application, however when…
-
1
votes0
answers46
viewsUsing a custom map
I’m trying to create a map from an image .png that I have. Something like the Beto Carreiro app. Does anyone know any lib that I can do this? I tried to use the Mappwidget and the TileView…
-
1
votes1
answer34
viewsLibrary to load custom maps?
I’m looking for a component that works like the Google Maps (navigation and zoom) where I can upload my own map. It’s a very simple map. I found the mAppWidget but I found few examples of…
-
1
votes1
answer1045
viewsHow to implement a map that shows real-time location - with displacement?
That is the scenario: For example, if I wanted to show all the homes of users of a city (those who are registered in the system) it would be enough to make a request in the database before the page…
-
1
votes1
answer176
viewsMaps API Cordova - Add multiple markers
I am using the code below to add several markers to the map. Each click a marker is added. In Chrome the code works perfectly, however, when generating code using Cordova the map is displayed but no…
-
1
votes0
answers57
viewsMarker Draggable without Longclick
At setting a Marker as Draggable(true), you need to hold clickado on the same to turn it "Draggable". I need that simply by dragging your finger on it, it drags. An example would be the 99taxi, who…
-
1
votes0
answers13
viewsidentify map marker of third-party websites
Is there any method of 'tracking' the map marker (google maps) of the third party site? For example: on this website Is there any way you could track down this marker on the map? It would be a style…
-
1
votes0
answers224
viewsChange "Fill" of each path according to the color in an array
I am doing some tests and I am generating a map of Brazil with all municipalities and I am creating an array that will have the following structure: var arr = []; arr['São Paulo'] = 'red';…
-
1
votes1
answer2956
viewsConnect to Current Location Android Studio
I’m developing a App Android that contains a map and that picks up my location, but in some devices it does not activate this function, for it to work you need to click the button Local for example…
-
1
votes1
answer313
viewsCollect Route Held GPS - Maps
Guys, here’s the thing, I’m looking to make an app that will display to the user the route he made, the distance of the route he traveled and the average speed... My question is, what’s the best way…
-
1
votes0
answers182
viewsHow to put the address in Mark maps
Good Afternoon Guys, I have the following code below and I would like to know how to include the address in the Marker, because I own the lat and lng in the database of all points. (That and a gps)…
-
1
votes1
answer189
viewsD3.js shows nothing on the screen
I’m trying to use D3.js but I’m not getting it. I have the code below, but it doesn’t print the map of Brazil. The screen shows no error, what could it be? my file "meso.json" is in topojSON format…
-
1
votes0
answers24
viewsGoogle maps autocomplete custom input
The autocomplete of google maps after clicking on the street I want example below: After selecting the street it shows a lot of information. What I belonged to was to click the information filtered…
-
1
votes0
answers69
viewsHow to delete Markers from Google Maps
Hi, I’m creating a map that reads the data from Google Places and returns to the nearest stores within a 50,000-meter radius. It works perfectly, however, when I search another location in the…
google-maps google-maps-api-3 marker maps maps-javascript-apiasked 5 years, 3 months ago Karoline Arias 11 -
1
votes0
answers94
viewsMarcadores do google maps
I have a background with opacity . 5 above my map. I wonder if you have how to put the location markers on top of this background, or if you have a better way to do it (Not with position Absolute):…
-
1
votes1
answer682
viewsError opening map in modal bootstrap
I have this function that receives the variables and assembles the map. It simply stopped working and on the console appears the error --- index.php:196 Uncaught Referenceerror: $ is not defined ---…
-
1
votes2
answers868
viewsGoogle Maps Latitude Longitude does not find address, but exists on Google Maps
I am using the search tool of the Post Office Post Office. As an example: I am looking for the zip code: 04291-020 the return is: Rua Muller Carioba. Note that there are 2 letters L in the name.…
-
1
votes0
answers56
viewsDisplay a list of bookmarks when searching a particular place
I am having difficulty in carrying out the following task: I am developing a map in javascript, using the google maps api, this map consumes a json with several dealerships, and at the same time, I…
-
1
votes2
answers522
views -
1
votes1
answer832
viewsHow to insert a legend on a map in R?
I did a cluster analysis k-Means fictitious. I want to create a caption (cluster1, cluster2 and cluster3), which is represented by the variable "kmeans" (formed clusters). I do not know if it would…
-
1
votes0
answers56
viewsPick up current location after connecting GPS - android
I am new to Android and am in need of any help. I’m making an app that when opening, I want to be displayed the map with the current location of the user. The problem is that when the GPS is turned…
-
1
votes1
answer46
viewsWhy is the marker placed at the wrong coordinates?
I want to do a program that puts a marker where the phone is. In the case, I put the latitude and longitude of a city in Greenland, but the value of the final location is (37.42342342342342,…
-
1
votes2
answers251
viewsR - brazilmaps (border of states)
I created a map of SP and MG states using brazilmaps(). On this map I filled some cities with values. However, I would like to make the border of states appear on Plot. How do I do that? Follow what…
-
1
votes1
answer155
viewssetState() called after Dispose()
I am receiving this log in my application flutter after integrating google maps. I declared it right at the beginning of the code CameraPosition _posicaoCamera = CameraPosition( target:…
-
1
votes0
answers50
viewsarray does not work when creating Polyline leaflet
Someone could help me, I’m having difficulty extracting latitude and longitude from a PHP array and adding leaflet (Javascript) to the map. Coordinates are correct with print but only one location…
-
1
votes1
answer55
viewsColoring map with ggplot_2
Vi that question here in the so and tried to reproduce to my situation, however, still I did not get the desired result. library(tidyverse) library(geobr) library(RColorBrewer) Below the map of…
-
0
votes1
answer433
viewsHow to find coordinates in Apple maps?
I need to show several different places on the map, one for each location, I would like to know how to point to each coordinate through the code? In case the app is for iOS, using Objective-C.…
-
0
votes1
answer31
viewsHow to add new property to the Gmsmarker class?
Adding a new property to this class. I added it to the Gmsmarker. h file, but while trying to use the new property I received this error: -[Gmsmarker setIdRegister:]: unrecognized selector sent to…
-
0
votes1
answer80
viewsGoogle Maps POI
I need to mount a google maps in my project (insert a map) and show the points of interest nearby. Points of interest, would be all that has close, bakery, bar, posts and etc. Is there how? How do I…
-
0
votes1
answer205
viewsError handling in Google maps Android API
I’m running a register of people with addresses to show on the map where a person lives. When I type the correct address everything works normally, but when I error the address, it is not valid for…
-
0
votes1
answer534
viewsHow to get markers close to the user’s location?
Good night Anyone who knows the Tinder app knows that a map is not shown, but knows that it takes the user’s location and uses it to look for people who are close in a certain radius. I would like…
-
0
votes0
answers58
viewsAuthentication failure - Google Maps Api
Hello. Since last week I have been having a problem with my application that uses the Google Maps API V2. Simply, my key has stopped working. After that I have created new keys and it no longer…
-
0
votes1
answer360
viewsMarker Google Maps pulls only 1 address between several
I’m using the Google Maps API to make a map with markers on top of the address I report and also an auto complete on input. The problem is that if I put for example my home address in the input and…
-
0
votes1
answer20
viewsgoogle maps movcamera
Is there any function of googmaps in javascript equal to android movecamera function, where it starts at a latitude that in case I put of the country,e depos it gives a zoom in a latitude that I put…
-
0
votes1
answer127
viewsStyle editable square "balls"
When drawing an editable square on the map, those "dots" appear in the corners, which are the clickable areas to resize the square. function initMap() { var map = new…
-
0
votes0
answers177
viewsFind by establishment and not by street GOOGLE MAPS
I am using the following code to find streets on google maps, but I have the need to find establishments, here follows the link of the project, being having difficulties to find the sites. var…
-
0
votes1
answer98
viewsEnable Panorama (Street View) mode with Function Javascript
How to call Google Maps panorama mode, via API? Using JS, you can configure and display Google Maps in a customized way: //Setup Maps function initialize(){ var geoLatLong =…
-
0
votes1
answer544
viewsAdd bookmark to Google map
As the postage made on Disable zoom google maps does not work Samir Braga answered the following code: <!doctype html> <html lang="pt,BR"> <head> <meta charset="UTF-8">…
-
0
votes0
answers601
viewsAutomatic update without refresh google maps
I work with a vehicle tracking system, but it was not developed by me, I caught the project already underway. I need that on my page where the whole tracking procedure is done as the current…
-
0
votes1
answer549
viewsGoogle Maps Api v3 - Working with 2 Json files
I am creating a map, to present a lot of information, using google maps v3. I decided to work with 2 Json files, to fill the map. The first file contains the Latitude and Longitude information of…
-
0
votes1
answer1688
viewsCapture GET Coordinates in the Google Maps api
In this script I just need javascript to get the coordinates //Algo parecido.... $lato = $_GET['lato']; $longo = $_GET['longo']; $lato = $_GET['latd']; $longd = $_GET['longd']; <script> var…
-
0
votes0
answers33
viewsDisable map movement with mouse
I have a page with a map mapLink, I would like to disable the option to move (drag) the map with the mouse. UPDATE I contacted the support of mapLink, they passed me the function disableDragging(),…
-
0
votes0
answers80
viewsCircles is superimposing Merkers by making clicks impossible (Google maps Javascript API)
In Google maps API Javascript, when using the Circles object it overlaps my Layer of Fusion Tables and makes it impossible to click on the markers and open the infowindow etc of each Mac. I have…
-
0
votes0
answers254
viewsError in executing google maps, related to script error
Estou com um erro na chamada do painel do google maps, em html: Apresenta o seguinte erro: insira o código aqui Script error http://maps.google.com/maps-api-v3/api/js/24/12/intl/pt_br/util.js A…
-
0
votes1
answer75
viewsActivity Maps restarts every time I minimize
Well, on android 4.2.1 is working, but on another device with android 4.2.2 it restarts, IE, does not save the state of Activity, this problem only appears with the activitys that use map, in other…
-
0
votes1
answer715
viewsI need to put a link in my Google Maps
I have a map on my site, where the location of the property on the map has the logo, in place of the standard Google Maps PIN, a PNG image appears. I need this image, when clicking, to take to a…
-
0
votes2
answers1073
viewsGoogle Maps does not work after Gero APK Signed for Google Play
Guys I have an application running Google Maps. I generated the access key (copied and pasted in xml ) right on the Console Developer website. If I generate normal apk (no signature) it works…
-
0
votes0
answers303
viewsFor geolocation to work on the webview
I looked at several topics on this, but as my project is a little different, I couldn’t make the adaptations. I need to enable geolocation for the map of a page of my site, which is inserted via…
-
0
votes1
answer66
viewsHow to open an Infobox by clicking on the BING MAPS marker
Guys, I had to swap the google map for Bing’s, and now I can’t make clicking the marker open an infobox. The event is called, and it arrow the settings but simply does not appear... When I add a…
-
0
votes1
answer367
viewsOnclick in Marker in the Maps API
Hello, how do I run onclick on a map marketer? My code is this: var marker = new google.maps.Marker({ position: myLatLng, map: map, icon: andando, shape: shape, title: beach[0], html: beach[5],…