Questions tagged as 'google-maps'

0
answers

Problem to display bookmarks in Google Maps

I have a problem reading an XML with several data; including the latitude and longitude of a restaurant. The structure of the XML is: <?xml version="1.0" encoding="utf-8" ?> <restaurantes> <restaurant> <imagen&g...
asked by 04.11.2018 / 05:43
1
answer

How to pass parameters of the view to the Controller in ASP.NET MVC with httpPost

Hello, what I need is to select a user's id and the date and I must upload the coordinates of that date in a Google Maps. Model public class RutaRastreoModel { public List<Error> Error { get; set; } public...
asked by 29.10.2018 / 07:00
1
answer

HttpPost pass parameters of the view to the Controller in ASP.NET MVC?

Hello, what I need is to select a user's id and the date and I must upload the coordinates of that date in a Google Maps. Model public class RutaRastreoModel { public List<Error> Error { get; set; } public...
asked by 15.10.2018 / 20:00
1
answer

Can not resolve symbol 'GeofencingClient'

I started working in the Android field and I worked in an app that uses geofencing, using the google documentation I found a class that I can not use " GeofencingClient " and I do not know which dependency requires, research on the Internet but...
asked by 23.10.2018 / 16:53
0
answers

Reverse Geolocation

I wanted to know how it could be printed in the following input text: document.getElementById('btn-geo').addEventListener('click', function() { geocodeLatLng(geocoder, map, infowindow); document.getElementById('txt-ubicacion').value =...
asked by 07.05.2018 / 18:04
1
answer

Help with Google Maps on Ionic 3

I've recently been working on an application with the IONIC 3 framework, I'm working with Google maps and I managed to generate a map in my application with my exact location, but I do not know how to make the user choose a Any location other t...
asked by 28.04.2018 / 06:42
1
answer

Problem with api V2 maps Android

the query would be that I would not know how to use it well, since I'm guiding myself by what the tutorials say and in SO (in English) but I have not managed to make it work I have the following information: content_locales.xml <Linear...
asked by 11.05.2018 / 06:09
0
answers

Google maps Api in socket lo, limits

Well, I am developing an app that communicates through node.io of node to show the route between 2 points. For what I saw Google maps is free until the 2500 request of the service "directions", now my question is, since I will be using a sock...
asked by 12.04.2018 / 14:09
0
answers

Google maps style, shows white grid

I'm implementing a custom style on a map of google maps, but when you apply it, the application looks like this: If I remove the style to the map, it looks perfectly, the code I use is the following: mMap.setMapType(GoogleMap.MAP_TYPE...
asked by 06.04.2018 / 03:14
1
answer

info window android studio repeated last marker

I'm just learning and I'm doing an app in android studio where a map with different markers should come out, and each one should display an infowindow with different information (text and image) .. but for some error of mine only shows me the la...
asked by 02.05.2018 / 02:21