Questions tagged as 'google-maps'

1
answer

Enter coordinates (bookmarks) in a google map

DATA: null([{"id":"0008","nombre":"FACULTAD DE CIENCIAS I","bbox":"-0.515358212377548,38.3869756882801,-0.514646718387274,38.3874205581019","count_geometrias":2098,"plantas":"{P1,P3,P2,PB,PS}"},{"id":"0206","nombre":"CENTRO INCUBADOR DE EMPRES...
asked by 15.10.2017 / 20:53
1
answer

Obtain values of a JSON per individual

Having this function: <script> function testAjax() { $.ajax({ url: 'https://dev.datos.ua.es/uapi/5QGUfP3UM6j5VXERjKvU/datasets/11/data', type: 'GET', dataType: "jsonp", success: function (d...
asked by 15.10.2017 / 17:12
1
answer

Error compiling com.google.android.gms to 10.0.0

Updating the dependencies in Android studio I find the following error.    Error: Execution failed for task ': app: processDebugGoogleServices'. >   Please fix the version of the conflict either by updating the version of the   google-serv...
asked by 22.09.2017 / 03:01
1
answer

Add polyline to onMarkerClickListener ()

I have a program where I need to add a polyline when clicking on a bookmark and if I click a different bookmark the previous one is deleted and I add the new one. Until now add the line and delete the previous one and add the new one,...
asked by 16.06.2017 / 03:56
1
answer

Send coordinates in javascript and ASP.NET MVC

I have a question, I have a function in javascript, but apparently it does not receive the coordinates correctly, when you put the mouse over the link that the function calls, you can see that if the coordinates go. I enclose the code of the fun...
asked by 26.03.2017 / 20:07
1
answer

How to implement Google Maps on a Web

I would like to implement Google Maps on my website but I do not know how to do it exactly. In the profile of the users I have a section where they indicate their address (Province, street, CP, etc.) I would like to be able to show the location...
asked by 12.06.2017 / 23:05
1
answer

User movement between two points in Google Maps

I have a little doubt, I'm making an Android app of a subject I have and it consists of the fact that depending on the user's position, a nearby bar / restaurant is recommended to eat according to certain parameters that the user enters (radio ,...
asked by 09.02.2017 / 19:51
2
answers

Move google maps API mark by clicking

I want to create a form where you can add the location of certain events by means of a map of google maps in a comfortable way but I can not move the location of the marker by clicking, I only get it by dragging it. My code: HTML: <i...
asked by 28.04.2017 / 16:54
1
answer

google maps infoWindow does not show the content

I am using google maps and I have a map where I take the markers from a database and I show them on the map, I add a infoWindow that is shown when they click on the marker, everything works fine, except that the infowindow appears...
asked by 10.01.2017 / 13:40
2
answers

Open maps generating route

Good, I am developing an android app, in it I have an instance of google maps where I draw several markers. If I only paint one, the map shows me the tools where I can give it and that I open the map application with the route between...
asked by 27.12.2016 / 12:43