Questions tagged as 'google-maps'

0
answers

Wordpress Plugin does not display html

I'm trying to make a simple plugin that shows via shortcode a small map of google maps with the current location of the user, but when I put the shortcode the map does not appear, follow the code: function GetMyLocation(){ ?> <div id="...
asked by 08.11.2016 / 11:35
0
answers

Merge geojson on nodejs

I wonder if anyone has any idea how to merge two polygons geojson in node.js; already tried the turf but I did not get much success. I even think it is the best tool for the proposed one, but maybe the lack of intimacy with geographic data w...
asked by 05.11.2016 / 16:48
1
answer

onMapReady performs faster than the function that retrieves the location

Hello, I'm trying to use map help in my application. I retrieve the coordinates through Json, the problem is that the function that takes up the coordinate (onMapReady) executes faster than the function that retrieves the coordinates. public...
asked by 22.09.2016 / 16:13
1
answer

Pass Coordinates from Activity to MapsFragment

I need to pass the latitude and longitude that I get in HomeActivity to MapsFragment , for the map to open soon in the user's position. I've tried via Intent and it does not work. My code: HomeActivity public cl...
asked by 21.09.2016 / 01:18
0
answers

Address search in google maps and return zip with 5 digits

I made a dragger in google maps, that moving the marker to the street, it returns all the data of the street / av / travessa etc. My question is: Has some address that returns 5 digits, is this normal? How do you generally handle the 5-...
asked by 05.09.2016 / 21:18
0
answers

Error while performing android route

08-24 22:52:53.529 9872-9880/br.com.anjodarua E/AndroidHttpClient: Leak found java.lang.IllegalStateException: AndroidHttpClient created and never closed...
asked by 25.08.2016 / 04:58
1
answer

Error making android route: AndroidHttpClient: Leak found

Personal I have the following error: 08-24 22:52:53.529 9872-9880/br.com.anjodarua E/AndroidHttpClient: Leak found java.lang.IllegalStateException: AndroidHttpClient created an...
asked by 25.08.2016 / 13:45
1
answer

How to solve Google Cache problem? [duplicate]

I tried the pagespeed and even though I installed the plugin from Wordpress it appeared:    Leverage browser caching   Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load newly...
asked by 10.08.2016 / 00:21
2
answers

Error generating apk with google play services

I have an application that uses google maps, which works perfectly in debug mode. But when I generate the signed apk, and install it on the device the maps do not work. What can it be?     
asked by 08.08.2016 / 02:32
1
answer

Map destination from address or zip code using Google Maps API

Does anyone know how to make a map like this link Where does the person type the address or zip code, and does it trace the route to the intended destination? I searched the internet but did not find it     
asked by 03.08.2016 / 07:37