Questions tagged as 'google-maps'

0
answers

How to generate Dynamic Forms in Google Maps Api JS?

Galera, I'm getting information from several places in a mall ... But I do not want to create a "Marker" with the lat and lng coordinates that I can get from api, what I really want to do is to dynamically grab all the vertices that have on that...
asked by 18.05.2018 / 20:12
0
answers

Maps Api JavaScript - Problem saving site search in MySql database

I need the user to click on the save button that is displayed when the marker is clicked, the location information is saved to the database. Hidden fields that receive values from the location when searched: <input type="hidd...
asked by 08.04.2018 / 00:13
0
answers

Google Maps autocomplete does not show address

I'm trying to get my Google autocomplete to show the address in the form "City - State, Country" however, it's returning this to me: Inshort,itonlyreturnswiththecity,butyoucannottellwhereitisfrom.Itesteditthisway:varinput=document.getElement...
asked by 24.02.2018 / 15:01
1
answer

How to get your own location (LatLng) in Android Studio [duplicate]

I need to set my own location on my map to create the route from where I am to the point I want to reach. I can create a bookmark for the destination but I do not know how to request the android my own location and bookmark on the map. I kn...
asked by 07.02.2018 / 20:39
0
answers

Geolocation by company segment

Good morning, does anyone know a way to find a company by its segment? Example: I want to check which companies exist in a given radius, whose segment is a pharmacy. I saw this in another software and I do not know if he used the google API,...
asked by 17.01.2018 / 11:28
0
answers

How do I add bookmarks to my map dynamically?

Well guys, I'm developing a mobile application in AS, and I'm using the map to add markers to each location of a new registered form, that is, when I make a registration, I send my latitude and longitude to the server together. On the map I get...
asked by 16.01.2018 / 18:27
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

How to display and hide bookmarks in Google Maps with MySql?

I made a site with Google Maps that used each position of an array for each marker ... var map; var markers = []; function initMap() { var uluru = {lat: -23.9651447, lng: -46.3838347}; map = new goog...
asked by 31.10.2017 / 01:05
0
answers

Problem with Json to load data in gmaps api

I'm using Rails in a college project and added the Gmaps API to my project, in it I want to display multiple points on the map by taking the coordinates of a < in JSON to create the cluster . But the function I did not work in any way, t...
asked by 05.11.2017 / 20:37
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