Questions tagged as 'google-maps'

1
answer

Error Could Not Find Method (View), Place Picker Google Api

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_user); Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); setSupportActionBar(toolbar); get_place = (Button)...
asked by 04.08.2016 / 21:06
0
answers

InvalidValueError not detected: it is not an array

I have the following code, which obtains the coordinates of a database and creates the marker on a map, but I want to "join the markers" using polylineas, but to do it alone, according to the order in which the markers are obtained. coordinates....
asked by 06.11.2018 / 20:17
1
answer

Recall variables from the onConnected method

I have a problem with some variables that I want to recover from an onConnected method, these variables contain the current latitude and longitude of my device and I want to recover them to store in a global variable and be able to use those glo...
asked by 27.06.2018 / 16:59
0
answers

Problems showing Google maps in production

I have not been able to see Google maps in production mode, there are other questions that refer to this case, I have followed each of the indications and tips but I can only see google maps in the emulator but not when it is downloaded or updat...
asked by 24.04.2018 / 18:17
2
answers

initMap is not a function Google Map Api

Trying to show the Google Map through the API using JS, I get the answer: "initMap is not a function", I tried removing defer and async of script but I always get the same answer. This is the code I am using (which works...
asked by 17.04.2018 / 16:40
1
answer

Google maps directions API

My problem is that I'm using the google maps directions API and use axios to make the request, but when I execute the code it tells me that I'm not passing the origin parameter but if I'm passing it on, I'll try to pass it on the parameter from...
asked by 17.03.2018 / 06:54
0
answers

Error customizing a google maps marker

I thus define the marker with an asset vector taken from the library of the Android Studio itself. mMap.addMarker(new MarkerOptions() .position(agentepos) .title("Agente " + agentes.getMovil()) .sni...
asked by 03.05.2018 / 23:04
1
answer

How to get the current phone location in Xamarin forms

I am working with Google Maps and I need to show the user's location on the map, to do this I use a plugin called GeolocatorPlugin by James Montemagno. The problem is that in the deploy of the application it falls, I think the problem occurs...
asked by 10.11.2017 / 16:34
1
answer

Show several markers stored in an array on the map

I am developing an application in Android Studio in which I connect to a server using SOAP and get something like that TCXXX,lat,long/TCXXX,lat,long I store each component in array where the latitude and longitude are d...
asked by 28.07.2017 / 02:23
1
answer

Modify element ranges of MarkerClusterer v3 Gmap.js

Query: I need to modify the ranges of elements that are grouped in MarkerClusterer, so that when the color clusters appear (which in the end are images that I set myself), each one represents a number of elements determined by me, and not the on...
asked by 15.11.2016 / 15:21