Questions tagged as 'google-maps'

1
answer

How to search for markers already created on a map - Google Maps

I have a map where a number of Markers already exist. In this map I need to go get all the markers, and show a listing with the markers visible to the user, to make a small list of data similar to this example . How can I load all markers cr...
asked by 20.12.2016 / 13:37
1
answer

Optimize marker movement in Maps

I've been working with an application where I add a Marker on the map, where it looks like: markUser.draggable(true); But I want to optimize this method, to move the marker is necessary to hold for a while, I want with a single click to d...
asked by 26.02.2015 / 16:38
1
answer

How to show multiple markers in Google Map API v3?

I can not mark multiple points on the map. Could you check if something is wrong with the code? var map; var idInfoBoxAberto; var infoBox = []; var marker ; var geocoder; function initialize() { var latlng = new google.maps.LatLng(latitud...
asked by 30.04.2015 / 21:50
1
answer

Find nearby restaurants registered in the database through google maps

I need some help. I have a PHP system with a mysql database with several registered restaurants, with fields like: id, name, address, longitude and latitude and I'm creating an application with Ionic using AngularJS. In this application I had...
asked by 28.02.2016 / 05:57
1
answer

3D Viewing in Angular Google Maps

Preamble I use Angular Google Maps to indicate the location of several buildings in campus of a university. My initialization is as follows: $scope.map = { control: {}, center:...
asked by 20.07.2015 / 14:55
2
answers

Alternatives to Google Maps

I recently learned that for applications that track users (ex: taxi apps), Google maps charges an annual license to use their API. Would you like to know if there are other map API alternatives for Android?     
asked by 15.11.2016 / 23:16
3
answers

Pass API Google Maps for JPG image

I have this code below: <iframe width='500' scrolling='no' height='200' frameborder='0' id='map' marginheight='0' marginwidth='0' src='https://maps.google.com/maps?saddr=São Paulo - SP, Brasil&daddr=Rio de Janeiro - RJ, Brasi...
asked by 04.04.2015 / 17:18
2
answers

How to undo the mouse scroll (zoom) action on an Iframe in google map

How to undo the mouse scroll action on google map in this Iframe? Is it possible to do this directly in this code or do I have to use Java Script? If you have to use js, how do I get this Iframe to load only after all other files? <...
asked by 20.04.2016 / 14:57
1
answer

How to change font properties in javascript

I need to change the font format and play over the icon as picture. Text is being displayed by: label: beach [7] for (var i = 0; i < locations.length; i++) { var beach = locations[i]; var myLatLng = new google.maps.LatLng(beach[5]...
asked by 01.09.2017 / 03:26
2
answers

Legend on bookmarks in google maps

I created a dynamic map that displays multiple markers as per the query specified by the user. When I click on the marker, the information bubble usually appears with the data that I requested it to appear. So far so good! But, I need to display...
asked by 20.06.2016 / 23:41