Questions tagged as 'maps-javascript-api'

1
answer

Google API does not auto complete in the bank

I'm using the Google API on an html page to grab the user's location. When the user types EX: Bon Street (options will appear for him, for example he clicks Bonnard Street ...) in the text field fills in all the missing content. But at the time...
asked by 22.01.2018 / 10:34
0
answers

Centralize Google Maps between two Javascript routes

Good Afternoon, Guys! I'm having trouble centralizing using Google Maps API between 2 points, which happens below in the screenshots below. The application is in Ruby on Rails and we use JS for some of the maps, when I click to open the mo...
asked by 12.07.2017 / 21:10
2
answers

How do I create a map with a proximate circumference? [closed]

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDUZgjcLfmsJUX7oKmJhG_jqJK_gK0xkng"></script><bodyonload="initialize();"> <?php $geocode=file_get_contents('http://maps.google.com/maps/a...
asked by 16.06.2017 / 16:21
1
answer

Access JS function

How can I call a JS function within a click event, and is this function inside another? Follow the code: function setPin(geocoder, resultsMap, address, i) { geocoder.geocode({ 'address': address }, function(results,...
asked by 24.05.2017 / 19:35