Questions tagged as 'google-maps'

1
answer

The gps is disabled, every so often in android 7

The gps is disabled, every so often on android 7 nougat on a Sony Xperia, I'm using the Google merge API. I have a service running in the background. @Override public int onStartCommand(Intent intent, int flags, int startId) { super.onStar...
asked by 12.02.2018 / 09:32
0
answers

Random common.js script error when loading Gmap map into a .NET Web Browser

I detail the scenario to try to locate a solution. I have a Windows application that uses two webbrowser embedded .NETs that load respective Google Map maps and their corresponding bookmarks. The loading operation of the bookmarks is d...
asked by 22.04.2016 / 09:04
1
answer

Problem with an iframe and bootstrap 4

I have a contact page where I put the part of the contact form in one half of the screen and my intention is to place the map of the company's location on the other half of the screen. Now, for this I do the following: <div class="row">...
asked by 10.10.2018 / 17:21
1
answer

capture a map of google maps and show it in android pdf [closed]

I have an app where I need to show the google map of a location in my pdf report.     
asked by 24.01.2017 / 19:14
1
answer

Do not draw google.map.Circle in google.visualization.Map

I am developing a web application in laravel and I must visualize a map with markers, circles, etc. I also use google charts and I have some tables. When I click on a table I select the marker whose position equals the position I have saved in t...
asked by 13.09.2018 / 07:19
2
answers

Capture pointer movement in Google Maps

Good, I have this code that I must implement in a form ... What I need to do with it is that the user can mark the location of his home to later save it in the database ... My problem is that no I can capture when the pointer / click on the map...
asked by 01.02.2018 / 20:15
1
answer

Type of mime to open a map

I've been curious about the links in the web pages that ' open ' certain applications using a kind of mime within a <a href="mailto:[email protected]">correo</a> tag (it's the best known ), this will be the mail client that...
asked by 31.12.2017 / 04:25
2
answers

Error trying to load google maps in a fragment? Android Studio:

Good morning, I'm doing the exercise of placing a map to my app, I already did an exercise that worked correctly for me using an activity, but now I'm doing it with Fragment in a navigation drawer and it shows me error in the line: Sho...
asked by 24.08.2017 / 14:26
1
answer

Change icon in kml for Google Earth

I've been trying to make a kml file for Google Earth where a certain point on the map is shown. I tried to change the icon (instead of the yellow thumbtack that another appears) with the following code, but I have not succeeded: <?xml versi...
asked by 22.12.2017 / 08:13
1
answer

Delete marker from a button

By clicking on the marker, I get your ID mMap = googleMap; mMap.setMapStyle(MapStyleOptions.loadRawResourceStyle(this, R.raw.tema_gris)); this.miUbicacion(); mMap.setOnMarkerClickListener(new GoogleMap.OnMarkerClickListener() {...
asked by 20.12.2017 / 08:36