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

0
answers

Enter address in the form of my website and return the position of the address on the map automatically

Hello, I have a map, google maps, which marks positions of different places. Generally I would like you to insert the address into the form of my site, the place is marked on the map without having to drag the position on the map, automate posit...
asked by 01.02.2017 / 14:51
0
answers

Wordpress Plugin does not display html

I'm trying to make a simple plugin that shows via shortcode a small map of google maps with the current location of the user, but when I put the shortcode the map does not appear, follow the code: function GetMyLocation(){ ?> <div id="...
asked by 08.11.2016 / 11:35
0
answers

Circles is overlapping Merkers making clicks (Google maps API JavaScript)

In Google Maps API JavaScript, when using the Circles object it overlaps my Fusion Tables Layer making it impossible to click on the markers and open the infoWindow and etc of each marker. I've tried calling the circle before calling the fusi...
asked by 14.06.2016 / 03:52
1
answer

How do I clear data I got in a database search using ajax?

How do I clear data I got from a database search using ajax? Because when I do a second search it merges the searched data. var nuevos_marcadores = []; var marcadores_bd= []; var mapa = null; function limpiar_marcadores(lista) { for(i in lis...
asked by 13.06.2016 / 20:34
0
answers

Auto Complete of Addresses with Api Google

As I'm not aware of javascript I need a little help .... What I need is to do an autocomplete of addresses in various fields by a google api how could I do this? This example below is what I needed, but without the need of the map and that I...
asked by 05.07.2016 / 16:51
0
answers

How to get address, longitude and latitude by Cep using Google Maps Api

I am doing a project where I need the user to inform the Cep and that automatically fill in the fields of a form such fields being: Street, Neighborhood, City, I am looking for a few days.Please who knows how can I make this application thank yo...
asked by 27.04.2016 / 01:19
0
answers

Duplicate bookmarks in Google Maps, even with cache disabled!

Hello, I'm working with google maps, everything was going okay, but when I started using the bookmarks, the same ones are getting duplicated in some places, this happens when I'm walking and I'm stopped somewhere, when I move again and the GPS u...
asked by 31.03.2016 / 16:05
1
answer

Google Maps Api v3 - Working with 2 Json files

I'm creating a map, to display a lot of information, using google maps v3. I worked with 2 Json files to fill the map. The first file contains the Latitude and Longitude information of the map points, and the second contains InfoWindow inform...
asked by 01.02.2016 / 17:54
1
answer

Enable Street View mode with Javascript function

How to call Google Maps panorama mode via API? Using JS, you can parameterize and display Google Maps in a custom way: //Setup Maps function initialize(){ var geoLatLong = {lat:-23.5615129,lng:-46.6581976}; var mapOptions =...
asked by 14.12.2015 / 17:13
1
answer

Location API Maps javaScripts [closed]

I have an application that pulls data from the database and adds it to the map, but I wanted you to only display places that are 20km from my current location, how do I do that using geolocation?     
asked by 10.08.2018 / 23:44