Questions tagged as 'marker'

1
answer

How do I center my location when I click on a marker?

Hi! I'm developing an application that works on Google Maps API v2 and I've already set the mMap.setMyLocationEnabed(true) method to get the user's location. My question is: how do I, by clicking on this blue dot that appears, cente...
asked by 25.08.2015 / 17:02
0
answers

How to make an infowindow with different content for each marker in a loop

I'm trying to make each marker in this loop have an infowindow with different content, the arrays are the same size and are being taken from the database, the problem is that instead of creating new infowindow it just replaces the contents of th...
asked by 07.10.2017 / 22:21
0
answers

identify third-party site map marker

Is there any method to 'map' marker (google maps) from the third-party site? For example: on this site would you have any way to track this bookmark made on the map? It would style a sweep to use the location and legend that this marker car...
asked by 28.08.2017 / 21:50
0
answers

Map google bursts when I push the markers [closed]

My function to add markers to the map is as follows: function setMarkers(map, locations) { var i for (i = 0; i < locations.length; i++) { var loan = locations[i][0]...
asked by 16.05.2016 / 14:02
1
answer

Marker Google Maps pulls only 1 address among several [duplicate]

I'm using the Google Maps API to make a map with markers over the address I'm reporting, and also an auto complete in input . The problem is that if I put, for example, the address of my house in the input and it places the marker on top...
asked by 05.08.2015 / 20:22
0
answers

How to display balloons in all brands in google maps without having to click?

I have the following code to display information for a specific bookmark: var bindInfoWindow = function (marker, map, infowindow, htmlContent) { google.maps.event.addListener(marker, 'click', function () { infowindo...
asked by 09.11.2018 / 01:22
0
answers

Several points in google maps with ruby on rails

I need my map to be populated with points, these have the specific lat and long. I made iteration loops but always only returns the last record. <script> function initMap() { <% @units.each do |unit|%> var map =...
asked by 17.04.2018 / 23:45
1
answer

Rotate image of marker google maps not working

Well I need to rotate the icon image according to the header that arrives for me. I'm trying to make several forms but none of them worked, let's go to the codes. FIRST TRIAL So the problem with this attempt is related to a svg with m...
asked by 29.11.2017 / 14:51
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
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