Questions tagged as 'google-maps-api-3'

1
answer

Error (Uncaught ReferenceError: google is not defined) in the "Run" in the MAPS API for Autocomplete

An error is occurring in the " google.maps.event.addDomListener (window, 'load', initialize) ;" and I can not resolve: '( function initialize() { var mapOptions = { center: {lat: -33.8688, lng: 151.2195}, zoom: 13, scrollw...
asked by 13.01.2018 / 21:49
0
answers

Lock Maps api query to the outside

In this code below I make a query in the address and it returns me some data so far everything is ok. What I wanted to know is? If, like a customer, they enter an address in the United States returns me an "Area Not Allowed" message I want...
asked by 07.10.2017 / 22:47
1
answer

Error in google API map with Ionic "Runtime Error Uncaught (in promise): TypeError: Can not read property 'firstChild' of null"

I'm doing starting an app with Ionic 3, and using google's API for geolocation. I followed tutorials and even then gave this error when I open the page that should appear the map " Runtime Error Uncaught (in promise): TypeError: Can not read pro...
asked by 17.09.2017 / 01:26
0
answers

Is it possible to generate a route without going through the same street again?

I'm using the Google Maps API, which looks like waypoints in directions to generate a route using multiple points on the map. Depending on the address I enter on the map, a route is generated by going back down the same street once. I really...
asked by 23.10.2017 / 04:42
0
answers

Add wordpress image in Google maps infowindow

Hello, I'm developing a platform in wordpress and sending the establishment data to an xml, containing the main data, with this xml, I send the data to google map which shows me all the locations. But together I wanted to send an image, I fou...
asked by 02.09.2017 / 20:05
1
answer

Google Maps API limits (server-side)

I'm designing a PHP system that will access the Geocoding Maps API via URL (cURL). This system will be sold to different customers. All systems sold will be on the same server. Each system / client will have its own Key (API Key). PROBL...
asked by 05.09.2017 / 21:10
0
answers

Insert edit points blocking user interaction

Using the Javascript Maps API, with this code below I'm creating a PoLyline , which would be a line on the map passing an array array in the path . See: Polyline maplines = new google.maps.Polyline({ path: groups[i].arrLatLng,...
asked by 09.08.2017 / 02:00
0
answers

Google Maps API that Brings Nearby Places

Do you know of any Maps APIs that bring locations close to the informed location, such as commerce, leisure, etc.? Thanks in advance.     
asked by 07.06.2017 / 17:26
0
answers

Google Maps does not work on Mobile [closed]

I have this HTML code below and it used to work, suddenly the map does not load anymore and I can not solve the problem. can anybody help me? I test in Firefox and Chrome on Android. <html> <head> <meta http-equiv="content-typ...
asked by 04.01.2017 / 18:06
1
answer

Map loads only on my device

I have a map in a fragment. I already solved all as key questions, I created the signed apk, it is not what I want to do and I did not put any google developer console, with the name of the project. A created key I placed in the manifest of the...
asked by 08.11.2016 / 00:02