Questions tagged as 'google-maps'

1
answer

Because clicking on a polygon always performs the same action - Google maps API android app

I have 3 polygons within the same map created in the android application Polygon nordOption = mMap.addPolygon(new PolygonOptions() .add(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20,p21,p22,p23,p24,p25,p26,p27,...
asked by 17.03.2018 / 19:19
0
answers

Insert google maps in web

I'm trying to insert locations on my website with google maps. But they are dynamic, that is, if to insert a specific location you put a Google Maps code like this: <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d30...
asked by 14.03.2018 / 17:06
0
answers

finish a PolyLine and open another activity in kotlin and google maps

My question is from my location and when I reach the goal I finish the polylinea and launch another activity I share my code private fun cargarURL(url:String){ val queue = Volley.newRequestQueue(this) val solictud = StringRequest(Reque...
asked by 10.03.2018 / 01:55
1
answer

Link to google map in HTML [closed]

I have the following query; I've seen in many places that people include google maps on their websites with some marked point on the map. Well, instead of this, I need to make a link in html (with a tag for example), that when the user clicks it...
asked by 15.03.2018 / 18:41
0
answers

Join polylines with MySql lowered coordinates on Android?

What happens is that I have coordinates in my MySql database and I want to get them in android to draw a polyline, and I found this tutorial link .... but it happens that I am still a novice, and in that tutorial it only indicates consulting 3...
asked by 25.03.2018 / 22:15
0
answers

Google Maps Api error

Error:    Uncaught TypeError: Can not read property 'firstChild' of null at   Object ._. Og (js? Key = AIzaSyANNd20FnR5uWOum1z4Oftu1Ip2Fj4yV-A: 88) at new   Sg (js? Key = AIzaSyANNd20FnR5uWOum1z4Oftu1Ip2Fj4yV-A: 89) at success   (exercise1.js...
asked by 08.03.2018 / 18:07
2
answers

Meaning of error Uncaught TypeError: Can not read property 'ownerDocument' of null [closed]

I have a page that shows a map thanks to the Google Maps API. On the page, the map is shown, but an error appears in the console and I would like to know what it means. places_impl.js:42 Uncaught TypeError: Cannot read property 'ownerDocument...
asked by 01.03.2018 / 23:39
0
answers

How can I compare coordinates in android studio?

I want to compare my real location with a separate marker and that you can send me to another intent, this is my code package com.voxpop.voxpop.myapplication; import android.Manifest; import android.content.Intent; import android.content.pm.P...
asked by 22.02.2018 / 00:41
0
answers

How to get information from a Google Maps InfoWindow?

I want to get the values entered by the user in the input of InfoWindow of Google Maps, is there any way to do it or will I have to remove them from there and put them somewhere else? This is the code you use to add the bo...
asked by 18.02.2018 / 22:41
1
answer

How to change the style of the map in Google Maps without refreshing? [closed]

Hello! I have that doubt. I currently have a site with the Google Maps map and I found this: Night mode and I would like to be able to implement it to my site. But the problem is that I would like the user who is in my site to change, if desir...
asked by 08.02.2018 / 22:12