Questions tagged as 'google-maps'

1
answer

Changes position of a point in Google maps

Well I need to change the position of a maps without creating a new point. I just need to update the point. Code produced: <script type="text/javascript"> //variaveis globais. var map; var marker;...
asked by 12.08.2015 / 21:50
0
answers

Is there any function in google maps api to do fixed schedules?

I'm working on an android app and would like to know if there is any way to create routes in google maps fixed and then use them to know the fastest route to a certain destination? Like making bus lines. Thank you for your help, Thank you   ...
asked by 31.07.2015 / 14:03
1
answer

Insert square in caption googlemaps

I'm trying to add a caption in my google mapmap. To mount the caption I created a square with the color representing a value. css: .square{ width: 48%; height: 0; /* Quadrado */ padding-bottom: 48%; margin: 1%;...
asked by 29.04.2015 / 21:02
0
answers

Google Maps API: Zoom in bookmark group

I have a map where the user looks for points like bakeries, supermarkets registered around an area. I would like the map API to grab all the zoomed points that display all of them. I tried to use fitBounds, but nothing is happening. Can yo...
asked by 01.04.2015 / 21:10
0
answers

How to use the rightclick Api google Maps for mobile

Today I added an event to my map, in case, if you right-click, it performs a certain event. I have no cell phone to test. But cell phone does not have right button. Google maps api converts this event to what? How will the user perform this e...
asked by 02.05.2015 / 12:34
0
answers

Route Generator [closed]

I have a map with pre-defined points, but I would like to know if you can put a route generator as in the "maps" so that the person can enter his address and click on one of the map points and generate address, all the rest?     
asked by 26.02.2015 / 14:03
2
answers

Google Maps does not load correctly

My site is experiencing display issues on a map (Google Maps) when accessed by the main url: link but displays the same map correctly when accessed by this other URL: link If I access the site by this other url link also gives map er...
asked by 17.05.2016 / 23:32
1
answer

Insert Multiple Routes in api Google Maps Maps

How can I be putting multiple routes in my code equal in the image below The horoscope and target data already arrives at this variable var destino = gps.attr("destino"); var from_to = gps.attr("from_to"); Today Map Howwouldyoulike &...
asked by 10.04.2016 / 05:44
1
answer

Is there any way to get information about a certain street?

My question is quite simple, using the google-maps API I would like to get the following information: { Street: "Getulio vargas", Information: { { Distance: 120, Type: "School", Title: "Escola Estadual Caixas" },...
asked by 13.07.2015 / 22:59
0
answers

Render Iframe google Maps with AngularJs

I'm setting up a directive to render an iframe from google maps within my app. And I managed to do it this way: <google-iframe location="item.Location"></google-iframe> directive.js function googleIframe() { var directi...
asked by 20.11.2014 / 21:24