Questions tagged as 'google-maps'

0
answers

Map does not carry points

I'm having a problem putting points on the map (I'm using the Google Maps API), the data is coming from the database correctly (I tested echoing on another page), but the points are not being created. (urgent for TCC). generateMap.php...
asked by 01.07.2018 / 20:48
0
answers

Problem with Google Maps Api JS

How do I create a link (a with href) in the markers that come from the database? Follow the code ... function initMap() { // Aqui começa a parte do mapa INICIA ELE //Cria uma variavel para receber o mapa var map = new google.maps.M...
asked by 10.06.2018 / 00:11
1
answer

Search by Range

I'm programming a website and in Advanced Search you have the option of the user doing a search to find places near the city that he is. I have all the states and cities registered in the bank. But I have no idea how to make the system kno...
asked by 12.06.2018 / 04:42
0
answers

Why does the Google Maps API work in the APK release, but does not show the map in the APK loaded in the store for open beta testing?

In the APK release with key goes. The map APK does not appear in the APK. Here is the manifest: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="br.com.blablabla.blablabla.android" android:installLocation="auto"...
asked by 12.06.2018 / 05:27
0
answers

How to create routes in an ionic application using google maps?

I'm developing an ionic application that has the following functionality ... Take the user's current location and the location of an item in the list (Let's say it's a mall) and create a route between the user and the mall. I have no idea how...
asked by 31.05.2018 / 06:05
0
answers

Multiple locations / maps

Good evening, I would like a suggestion to add more than one map on my page. In the site that I am developing the store has other affiliates in different cities. However, I would also like to remove the panels from Google Maps. The code I'm u...
asked by 24.05.2018 / 02:06
0
answers

Google maps does not work within bootstrap modal

Hello, everyone. I'm developing a registry that uses the Maps API to find an address and I'm trying to use it within a modal, but when I put it inside the modal, it does not show the map or autocomplete the input field. p> I'm using the exa...
asked by 23.05.2018 / 03:09
0
answers

Bookmarks are not appearing in google Map loaded by XML

I have the following file that connects to the database, returns the markers and adds them to an XML: <?php // Start XML file, create parent node $dom = new DOMDocument("1.0"); $node = $dom->createElement("markers"); $parnode = $dom...
asked by 11.05.2018 / 04:58
1
answer

Google Maps and radius of a marker

Implemented the Google Maps code on a site, and displays custom bookmarks for all the addresses on the map, it's okay there, you have how to customize my map to change the type of bookmark if one bookmark is close to the other, or better , a mar...
asked by 16.05.2018 / 22:00
0
answers

Problems with zooming in google maps

I have a google map script but due to the fitbounds function I can not hit the initial zoom. Someone can help me already tried to modify the scritp and even force the zoom but it does not work. jQuery(function($) {...
asked by 08.05.2018 / 22:58