Questions tagged as 'google-maps'

0
answers

Apply style to googlemaps marker infowindow

I have the following method that applies a style to infowindow google.maps.event.addListener(infowindow, 'domready', function () { // Referência ao DIV que agrupa o fundo da infowindow var iwOuter = $('.gm-style-iw'); /* Uma vez...
asked by 10.12.2015 / 18:26
1
answer

SlideToggle does not load Maps correctly

I have two maps on one page, I am using slideToggle and slideUp to display let only one map view at a time. map_fix and map_movement are the divs that contain the maps. #mapa_fixo { display:none; } #mapa_movimento { display:none; }...
asked by 16.12.2015 / 22:12
2
answers

Google Maps Key

I have a function that loads the API from Google Maps , but every time I try to change url , either to use my key, or even to add the library places to be able to use the search services I have problems. The function I am using is this:...
asked by 04.10.2015 / 21:06
1
answer

Customize Google maps infowindow

Is it possible to customize the marker infowindow in the Google Maps API by placing buttons and more than one row of information?     
asked by 25.03.2016 / 16:53
1
answer

Send google maps address of an app in message to the mobile phone?

I'm creating an app in Android Studio, and I'm having a problem. The app contains Google Maps where it shows us our location, but what I would really like to do was, that at the push of a button, our location would be sent by SMS to a mobile...
asked by 29.07.2015 / 18:19
1
answer

API DistanceMatrix - Obtain travel time information

I researched a lot and ended up discovering that to find out the duration of travel between two points considering the traffic is necessary to pay. Beauty! So how do I get the duration without considering the transit? WhenIcalltheAPIwithmypa...
asked by 07.08.2015 / 14:58
0
answers

Google Map API in desktop application

I'm having a project where I need to add the google map functions in a desktop application. My idea is to do this through a WebView component (Widget). But I know absolutely nothing about how the google map API works. I need a starting point....
asked by 09.07.2015 / 00:21
0
answers

cHow to optimize a request made in ajax using jquery in a json file

I have this question: how to optimize my ajax requests in jquery? I have an application that uses the api of google maps, and in this to show the markers on the screen I use jquery to perform the ajax requests, follow my request code: funct...
asked by 23.03.2015 / 21:14
0
answers

Identify where I am and map routes (Google Maps V3 with JS)

I'm trying to create a script in JS and HTML5. I need to solve the following problem: The user opens the page and the map appears in a predefined place. He then clicks on an input and enters his location, (the input is above the map), then he...
asked by 28.04.2015 / 05:24
0
answers

how to load an address from a form on the map?

How do I show the address of a form on the map? <table> <tr> <td> @Html.Label("Cep: ") <br /> @Html.TextBoxFor(e => e.CEP, new { maxlength = "9", id = "Cep", name = "Cep", onchange = "...
asked by 27.03.2015 / 20:12