Questions tagged as 'google-maps'

0
answers

What did I do wrong that the caption does not position correctly?

Good morning .. The code below shows a caption in google maps, but the caption is appearing at the bottom of the map, not positioning itself according to the statement: (map.controls [google.maps.ControlPosition.RIGHT_BOTTOM] .push (legend);) ....
asked by 09.11.2017 / 14:12
0
answers

Google Maps upload problem in web application

I have a hosted website, and I use the Google Maps JavaScript API in the application. The problem that is happening is that the maps do not always load, many times it is necessary to keep updating the page for in any of the attempts it loads cor...
asked by 19.10.2017 / 02:56
0
answers

Toast if a component gains focus

I want to display a toast if the map view gets focus. What I've been able to do so far is: mapView.setOnFocusChangeListener(new View.OnFocusChangeListener() { @Override public void onFocusChange(View v, boolean hasFocus...
asked by 13.10.2017 / 21:36
1
answer

How to embed a custom map on Android?

I have a custom map made in Google maps and want to embed it in an Android app. I want that as soon as I get into the app already upload the custom map.     
asked by 23.09.2017 / 03:46
1
answer

Changing position of a Marker

I have a MapsActivity Class, where it starts at a fixed point set on the map. I'm calling a Thread, where Map is only fully loaded, when the return is true. (I will do a search on a DB through the Web Service where it will return me Lat and Long...
asked by 01.10.2017 / 18:34
0
answers

Doubts on updating the Google Maps API Map!

Good afternoon guys, I have a question here. I would like to know how to update the map of the API of google maps, because the map of google is updated and tals and appears all the neighborhood of my city, but the google maps API does not appear...
asked by 06.10.2017 / 20:38
0
answers

Select combo box or dropdownlist google maps

I'm using google maps in an application that is saving everything ok, but a question arose how could I select a combo box by state, and all the records that are in my table with that state appear on the map? I tried to send an object in...
asked by 12.09.2017 / 02:02
1
answer

Markerclusterer on Map with PHP echo XML

Hello, I'm developing a map looking at the google api and the first step is completed, bring all the establishments within the map, to get to do this I looked at the google reference How to use MySQL and PHP with Google Maps . Now whenever I...
asked by 01.09.2017 / 16:23
2
answers

Problem with Google Maps KEY

I have a problem putting the Google Maps map on my site. I already generated a KEY on the panel and I took the simplest example of Google and it is not working. The displayed error is:    "Oops, something went wrong.   correctly. See the J...
asked by 28.08.2017 / 18:35
1
answer

Error retrieving LatLng data from Firebase

I want to capture the latitude and longitude of data that is in Firebase and add it as bookmarks in Google maps. I'm getting null object reference error at line 136 > > String latitude = dataSnapshotChild.child ("latitude"). GetValue (). T...
asked by 07.08.2017 / 02:09