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;...
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
...
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%;...
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...
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...
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?
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...
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 &...
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" },...
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...