Questions tagged as 'google-maps'

1
answer

Google Maps is not shown in [duplicate] release

I'm still stuck with my project in the attempt to show the maps of google maps in release from google play. I have read and applied the different answers to similar questions by other colleagues and they have not worked for me. In th...
asked by 04.11.2017 / 08:04
2
answers

Click on a Mark to open it in Google Maps? Android Studio

Is it possible that by clicking on a "mark" of my app, it can be redirected to the Google Maps App? public class UbicacionFragment extends Fragment implements OnMapReadyCallback { GoogleMap map; public UbicacionFragment() { // Requi...
asked by 06.11.2017 / 20:34
0
answers

Maps and measure distance to fixed markers

I need to generate a map with fixed points are x points. and I need to enter an address to tell me which point is closest and order me. I basically need something similar link     
asked by 06.11.2017 / 14:18
0
answers

Problem with google placepicker api place

I'm implementing the api of google places in my application, I'm working with a bottom navigation as a menu, so I have different fragments that are the options, example home, search, settings, etc. Implement place picker in one of the fragments,...
asked by 06.11.2017 / 04:08
2
answers

GOOGLE MAPS console errors api, WORDPRESS

Hi, I would like to ask you if someone can help me to solve these console errors that come up when adding a Google maps API in Wordpress. What I'm doing is include the api through the theme's functions.php. So: function my_theme_styles(){...
asked by 30.10.2017 / 12:38
2
answers

Get first value of an array in javascript

<script src="http://code.jquery.com/jquery-2.1.0.min.js"> </script> <script> var coordenadas; function testAjax() { $.ajax({ url: 'https://dev.datos.ua.es/uapi/5QGUfP3UM6j5VXERjKvU/datasets/11/data',...
asked by 15.10.2017 / 19:29
4
answers

Google Maps Android is displayed blank in Release

I have an app that uses google maps, in debug everything works fine, but when you move to release, the map is not displayed the file google_maps.api.xml I created it outside of debug, that is to say I have it in main/res/values/goog...
asked by 20.09.2017 / 22:17
0
answers

how to remove pins from the map?

I am developing a multiplatform application in xamarin with google maps, to start I used the next xamarin sample. Sample custom renderer The only thing that I have added to that example is that the values of the pins are given dynamicall...
asked by 09.10.2017 / 00:17
1
answer

Display bookmarks in google map v3 on android stored in MySQL

I want to know in a MYSQL database, where I have saved the coordinates, latitude and longitude. Use these values and by means of a web service show markadores in a google map v3 in android studio , I followed this t...
asked by 20.09.2017 / 18:14
2
answers

cut text in a string in jquery

I am using the google api and it brings me an ajax with the variable " adr_address " and inside the following datum: "<span class="street-address">Calle 54</span>, <span class="extended-address">Mercedes Barrera</span>...
asked by 16.09.2017 / 00:25