Most voted "markers" questions
9 questions
Sort by count of
-
6
votes1
answer902
viewsHow to get information from inside the image in PHP?
I need to get the information inside the image with PHP, information like: Trademarks (or tags), Title, Comments, Authors and Copyright. Does anyone know how to get this information using PHP?…
-
4
votes1
answer371
viewsAdd current page to browser bookmarks
The code below is working, but the technique is old and probably outdated compared to current versions of browsers: function addFavorite( a, b ) { title = document.title; url = document.location;…
-
3
votes1
answer593
viewsModal window when clicking on info box link opened by a Google Maps marker
I’m using Bootstrap and on my page index, I have a working modal window, which opens 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…
-
1
votes0
answers195
viewsRemove markers from a map at the end of the animation
I have a map with several animated markers and I would like each of them to be removed individually at the end of the respective movement. I’m using the Leaflet library as well as…
-
1
votes0
answers13
viewsidentify map marker of third-party websites
Is there any method of 'tracking' the map marker (google maps) of the third party site? For example: on this website Is there any way you could track down this marker on the map? It would be a style…
-
1
votes0
answers89
viewsCould not allocate dup blob fd
I have approximately 1,500 markers on a map that are being shown through clusters so as not to overload the application. these markers are currently shown as BitmapDescriptorFactory.defaultMarker()…
-
1
votes0
answers94
viewsMarcadores do google maps
I have a background with opacity . 5 above my map. I wonder if you have how to put the location markers on top of this background, or if you have a better way to do it (Not with position Absolute):…
-
1
votes0
answers694
viewsHow to show 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…
-
0
votes1
answer129
viewsCommand to update the location of the following code in 2 seconds:
I’m developing an app and I need it to always update its location within a time frame. I found in this same site the following solution to take the location and turn into a marker as well as the…