Questions tagged as 'google-maps'

1
answer

latitude, longitude null with google maps Geocoder

I'm doing that when I enter the address I show the latitude and longitude but it comes out null or empty, I do not know if I'm missing something this thing: function initMap(){ var map = new google.maps.Map(document.getElementById('map'), {...
asked by 23.03.2017 / 21:50
1
answer

OnMapClickListener for a website?

I have researched a little about this topic and I am wondering if there is a way to do that by doing click on a Google map on my website I can get the LatLng values (latitude and longitude) of the point where you clicked. I know that t...
asked by 03.05.2017 / 03:14
1
answer

Slow application since I put multiDex on Android

my application takes a long time to start since I put multiDexEnabled true in gradle module as well as compile 'com.android.support:multidex:1.0.0' before it did not take so long that my application started and as I use the...
asked by 05.01.2017 / 00:07
1
answer

Google maps database [closed]

Hi, I'm needing to have the total addresses along with their door numbers for a city, state, country, etc. Is there any way to get this data from google maps, some open database, get all the addresses from google maps? Thanks     
asked by 11.10.2016 / 17:51
2
answers

Save a GoogleMaps image on server with ASP.NET MVC 4 and C #

I'm doing a site where I use Google Maps API, I generate coordinates and I search for a specific site, then I take a site capture with html2canvas to generate an image in <img> , my question is: How can I take this image to...
asked by 25.01.2016 / 19:06
1
answer

Show Activity within another Activity

   How can an Activity be implemented within another Activity? My idea is to show a main Activity in which I have several texts and information, and within this Main Activity I want to add a box where a second Activity is shown, in which a G...
asked by 22.06.2018 / 00:56
1
answer

Why does not my app show a map when downloading from playstore?

I have an App that shows a map using the Map API, but when you download it from Playstore the map is not displayed. This is what I have configured: An Api key for debug, the SHA-1 I get from google_maps_api.xml (debug) An Api Key for pro...
asked by 24.07.2018 / 18:42
2
answers

set bookmark in google maps android (API V2)

I have these two classes that call my map, and my activity that contains it, the issue is that I need to pass on the parent activity, the coordinates for the child activity, but I do not know how to do it, if I do a new method that go to the fra...
asked by 16.05.2018 / 06:49
1
answer

Am I configuring something wrong? - Locationlistener generates erroneous locations

Good morning, I am developing an application where I get the user's location through the LocationListener class of Android Java, the problem is that sometimes it locates me correctly, sometimes it locates me to more or less 10 or 20 meters of er...
asked by 24.01.2018 / 20:21
1
answer

How to capture click on a map marker

Good, how can I do to capture the click on a marker in maps? As you can see I did a test (several) but it is not correct. $(document).ready(function(){ //JS para trabajar con el mapa en el apartado de gimnasios. function localizacion(posic...
asked by 17.01.2018 / 21:13