Questions tagged as 'google-maps'

1
answer

Problem google maps api not shown map

The issue is as follows, finish making my application in the IDE of Android Studio, When emulating the app in the emulator or a physical device is all good, the problem arises when I generate the APK. Now explain: Google maps is seen without...
asked by 21.02.2017 / 02:12
1
answer

Google Maps API, error "No Access-Control-Allow-Origin"

I have a list of orders where each order has an address, what I want is for you to tell me the best order of delivery according to the direction of the orders. For that I use the Google Maps API that returns the positions in an array. But when I...
asked by 13.01.2017 / 14:34
1
answer

Google Maps on Android Studio

I download the information from the url in json and full variables private static PostResponseAsyncTask task; OnCreate task = new PostResponseAsyncTask(this); task.execute(url_localizacion+Dispositivo); I run the task in the url +...
asked by 28.12.2016 / 19:57
1
answer

Show route with several Google Map bookmarks

I'm trying to do a google map that marks a route with several points, I saw an example on the google maps page. To do this I need an array with the intermediate positions. I have the positions in a mysql bd but I do not know how to pass the addr...
asked by 16.11.2016 / 00:35
2
answers

Google maps mark with points from the database

I want to get the points, name and description plus 2 values to add to the snippet, but when I run the code I have the app does not fall, but it is black, then I leave my code public class Marcadores { String ip, db, un, passwords; Co...
asked by 01.11.2016 / 22:07
1
answer

infowindow Android studio

I'm making an android application that has a map in which clicking on a marker shows the infowindow as follows: my question is how do I add a different image to each marker and if it is possible as I call the images of a server as cloud...
asked by 22.11.2016 / 19:58
2
answers

Problem with google maps api JavaScript

I want to create a map on my website that when you click on different directions that are on the side, they are shown on the map, without leaving the page, only the location of the page will be modified, like the following web: link Does...
asked by 02.09.2016 / 16:11
2
answers

ANGULARJS WITH GOOGLE MAPS

The first time I use AngularJS with the Google Maps API, the point is to use a .directive to show the google map. app.directive("myMaps",function(){ return{ restrict:'E', template:'<div></div>', replace:true, scop...
asked by 19.12.2018 / 21:08
1
answer

Marker Animation (Change color) on google maps

I have a map of google maps with 28 markers perzonalizados, I would like to make each marker (image .png) change color in a time interval (Semaphore: green, yellow, red), how can I do it without having to be recharging the page so that the chang...
asked by 20.12.2018 / 23:33
0
answers

Transform the precision circle of google maps to coordinates

I work in an application that uses the Geolocation API of Google Maps to obtain the location of devices. In the application you can create a geo fence so that it will notify you if the device has left its assigned area. The problem is that curre...
asked by 20.11.2018 / 15:06