Most voted "maps-javascript-api" questions
21 questions
Sort by count of
-
3
votes2
answers1865
viewsHow do I display a map with a proximation circumference?
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDUZgjcLfmsJUX7oKmJhG_jqJK_gK0xkng"></script> <body onload="initialize();"> <?php…
google-maps maps-javascript-api angular-google-mapsasked 7 years, 5 months ago Beatriz de Almeida 61 -
1
votes0
answers190
viewsReturn Location ID only with Latitude and Longitude - Google Maps Javascript API
Good evening, my question refers to the following case: I am working with the API of google maps V3, and I use services such as Places, Geocoder and Matrix Distance. However I have a huge problem to…
-
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, 2 months ago Karoline Arias 11 -
1
votes0
answers125
viewsCreate a bookmark in "outward" and another in "back" in a Polyline
I have a Polyline between "Origin" and "Destination", In this Polyline I need to insert markers in a particular location "Point", I do it using the function isLocationOnEdge(). But when there are…
-
1
votes1
answer50
viewsHow to make a for in a script tag?
Guys, I’m trying to create a page on my site that shows me title, description and the location of the record of some occurrences. When I access the page, I load through a <c:forEach> all…
-
1
votes1
answer388
viewsGoogle Maps - Set Zoom user
I have this code down with the Google Maps API using various places defined within Javascript. My problem is that I have more stores to add and they’re spread all over the state, so I want when the…
javascript google-maps google maps-javascript-apiasked 6 years, 3 months ago Jonathan Halberstadt 84 -
0
votes1
answer50
viewsAccess JS function
How can I call a JS function inside a click event, and this function is inside another? Follows the code: function setPin(geocoder, resultsMap, address, i) { geocoder.geocode({ 'address': address },…
-
0
votes0
answers317
viewsHow do I make the map have a radius around the specific location point?
How do I make the map to have a radius around the specific location point of about 2 km? Example below…
google-maps maps-javascript-api angular-google-mapsasked 7 years, 5 months ago Beatriz de Almeida 61 -
0
votes0
answers150
viewsCentralize Google Maps between two Javascript routes
Good Afternoon, Folks! I’m facing problems to centralize using Google Maps API between 2 points, what happens follows in the images below. The application is in Ruby on Rails and we use the JS for…
javascript ruby-on-rails google-maps google-maps-api-3 maps-javascript-apiasked 7 years, 4 months ago João Henrique 33 -
0
votes1
answer93
viewsHow to know if certain coordinate is in a bounding box?
I have a coordinate (lat and Lon) and also a bounding box (minlon, minlat, maxlon, maxlat) and I have to find out if a certain coordinate is within the area. So far I did not find how I do, I…
javascript google-maps google-maps-api-3 maps-javascript-apiasked 6 years, 2 months ago twsouza 157 -
0
votes1
answer39
viewsGoogle API does not auto complete in bank
I’m using the Google API on an html page to get the user’s location. When the user type EX: Bon Street ( will appear options for him, there for example he clicks on Bonnard Street ... ) in the text…
-
0
votes0
answers24
viewsMap with custom points, where when clicking on one of them, changes the page information
I need to create a page where there is a map (it can be the one from google maps), where I define some points. Clicking on one of these precise points changes the content of the page. Example: On…
-
0
votes0
answers27
viewsI can’t get the props or the api data to mount the page
Guys I’m having trouble with React with nextjs using Hooks with props , I set up a Carousel that shows several cards that use a map api to mount the cards and passes to Carousel , only when I click…
javascript-events react-hooks react-router maps-javascript-apiasked 3 years, 11 months ago Everton Costa Souza 19 -
-1
votes1
answer15
viewsDifferentiate Markers from React-Native-maps that have the same coordinates
I am mounting a map that will draw multiple markers( Marker). However, it is possible that some markers have the same coordinates. Testing the application, I noticed that markers that have the same…
-
-1
votes1
answer31
viewsSimple doubt in JS - imput to textarea
I have a question to know if I can continue a project I got ready but this with some problems. the problem is that the whole project is returning to the values that are inserted into the HTML by the…
-
-1
votes1
answer841
viewsHow to create routes using google maps and PHP?
Hello, I am learning to use google maps and wanted to trace routes between a location saved in the database and the location of who enter the page(get customer’s address), can anyone help me?…
-
-1
votes1
answer423
viewsRecover neighborhood and city only in the Google Maps API by pure PHP coordinates
I have an application where I need to store only neighborhood and city data in the mysql database, from the results coming in json of the Google Maps api. I’m using the following code: $url…
-
-1
votes1
answer47
viewsReact.js does not return data in the map() function
Hello, everyone. I’m a beginner in React.js and would like help with this problem: I have a service that runs some Selects on tables from an Oracle database and, with the result of these Selects,…
javascript react api maps-javascript-apiasked 3 years, 10 months ago Francisco Marcelo de Barros Ma 1 -
-1
votes2
answers38
viewsDifficulty in calling Xmlhttprequest with pure Javascript
I’m having difficulty a few days, I’m beginner and even reading the documentation sometimes apply is not as simple as it seems, I understand that I lack Exp to understand. my problem: I’m using the…
-
-2
votes2
answers32
viewsRETURN VALUE TYPED WITH JAVASCRIPT
Hello, I needed a help. The idea in Javascript is as follows... The user type a value in a input, and the application returns the value corresponding to this type value, which has already been…
-
-2
votes1
answer720
viewsHow do I add values in another column in my table with javascript?
I’m using append to generate my table, but each row is being generated by a ForEach, but now that I have managed to generate the first column I have no idea how to generate the other let TrackerList…