Questions tagged as 'marcadores'

1
answer

How to get information from inside the image in PHP?

I need to get the information inside the image with PHP, information like: Tags (or tag), Title, Comments, Authors and Copyright . Does anyone know how to get this information using PHP?     
asked by 13.05.2016 / 15:42
1
answer

Add current page to browser bookmarks

The code below is working, but the technique is old and probably outdated vis-à-vis the current versions of browsers: function addFavorite( a, b ) { title = document.title; url = document.location; try { // Internet Explorer wind...
asked by 08.05.2015 / 18:54
1
answer

Modal window by clicking the info box link opened by a Google Maps marker

I'm using Bootstrap and in my index page, I have some modal windows working, which open when I click on a href . I also have a div for the map that reads a JSON file, where, there is the information to add the markers in it, they are:...
asked by 20.10.2015 / 23:27
0
answers

How to display and hide bookmarks in Google Maps with MySql?

I made a site with Google Maps that used each position of an array for each marker ... var map; var markers = []; function initMap() { var uluru = {lat: -23.9651447, lng: -46.3838347}; map = new goog...
asked by 31.10.2017 / 01:05
0
answers

Google Map bookmarks

I have a background with opacity .5 over my map. I would like to know if you have placement markers above this background, or if you have a better way to do this (without having absolute position): ThisistheproblemI'mhaving: ThisismyJS:funct...
asked by 02.09.2017 / 01:37
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

Could not allocate dup blob fd

Ihaveapproximately1,500markersonamapthatarebeingshownthroughclusterssoasnottooverloadtheapplication.thesebookmarksarecurrentlydisplayedasBitmapDescriptorFactory.defaultMarker()However,whenImodifythecodeforeachdottoshowacustombitmapwithvaluesonm...
asked by 23.05.2017 / 04:50
0
answers

Remove markers from a map at the end of the animation

I have a map with several animated markers and would like each of them to be individually removed at the end of their movement. I'm using the Leaflet library, just like Leaflet.MovingMarker. I've already tried using the isEnded and end...
asked by 18.02.2016 / 03:11
1
answer

Command to update the location of the following code every 2 seconds:

I'm developing an app and need it to always update its location within a time frame. I found in this same site the following solution to get the location and turn into a marker as also the camera goes to this location:     
asked by 25.10.2017 / 15:17
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