Questions tagged as 'google-maps'

2
answers

Precision problem in Geolocation maps V3

I'm creating a location web app, using geolocation of google maps v3 . The problem is that when my functions work, they can not get my location CORRETA NO Chrome do COMPUTADOR , but when I use the MEU CELULAR ELE OBTÉM...
asked by 13.02.2016 / 23:59
1
answer

Using multiple Google Maps API instances

I need to draw a map several times and I have a function that loads the map and is the first one to be invoked when opening the page. Here is the body of the function: map = new google.maps.Map(document.getElementById('map'), { zoom: 8,...
asked by 02.12.2015 / 13:05
1
answer

Store Search by Zip Code

I'm developing a website with PHP and MySQL where I register several stores, and each store serves a region of the city. What would be the best strategy to adopt in this case, where I have CEP of the customer and want to check which is...
asked by 05.10.2015 / 04:42
1
answer

Google Maps appearing all gray

I developed an html but problem encounter to make it work, in my logic everything is fine but it does not run correctly. What am I missing? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//PT" "http://www.w3.org/TR/xhtml1...
asked by 25.08.2015 / 21:18
1
answer

Click button zoom in to show the entire country (Brazil) on Google Maps

Hello, please help me with an example of how to do when the user clicks a button next to the map to have the map zoom in to show the entire country. I could not make a practical example. I think with this information you can understand what I...
asked by 19.10.2015 / 19:43
1
answer

Number of bookmarks in Google Maps

I was studying some ways to implement Google Maps, and I saw in a WordPress site a map with the information count, I I was wondering if you know a plug-in that does the same, or through documentation that Google offers to developers, how to de...
asked by 21.08.2015 / 18:14
2
answers

Show streets and images on Type Satellite by default

I want to show the street names and establishments by default. What would be the option? I'm doing this: var myOptions = { scrollwheel: false, center: new google.maps.LatLng(lat, centerLon), zoom: 15, mapTypeId: google.maps.Map...
asked by 14.07.2015 / 15:28
1
answer

2 simple points in Google Maps

If I create a dot on Google Maps like this: function initialize() { var myLatlng = new google.maps.LatLng(-28.457122, -52.197458); var mapOptions = { zoom: 15, center: myLatlng }; var map = new google.maps.Map(document.getEl...
asked by 21.05.2015 / 20:12
1
answer

how to add a simple polylines to Map Api gmaps v3?

I can not see the line on the map, the code is apparently correct, it does not break on any line, when I see it on the console. function initialize() { var latlng = new google.maps.LatLng(latitudes, longitudes); var options =...
asked by 04.05.2015 / 18:25
2
answers

Google Maps information

I would like to know the following ... I have some map images, which indicate a certain coverage, I would like to add these images over google maps ... I believe this is not difficult ... The big problem that I see, these images have a density....
asked by 14.04.2015 / 03:18