Questions tagged as 'google-maps'

2
answers

Add option map of google maps using gmaps.js

I would like to know how I could add one more option to the map of google maps link For example, next to Satellite add another option that shows me another map (which I have customized). Seeing the doc I see that it can be with events, but...
asked by 10.07.2016 / 23:00
1
answer

Problem with Google Maps API Javascript

Today I come to ask for help because I have a problem with a registry autocompleter that is spinning around me and I can not solve it is about an api of google maps javascript. What I want is that in the city autocompleter the API works like...
asked by 18.07.2016 / 20:11
1
answer

How to save the coordinates of a circle of google maps in the database?

As I can save the coordinates of a circle of google maps in the database, I already load the map and with the function onMapLongClickListener it allows to draw a new circle to the user. Now what I would like to do is to be able to store those va...
asked by 02.07.2016 / 02:25
0
answers

My bookmarks are not displayed correctly on my google map

I am working on a .net application with MVC and I have a map where some different icons are loaded, they are brought from a SQL server database, if my application works the problem I have to reload the page several times for these to be shown, t...
asked by 29.03.2018 / 04:55
1
answer

Failed to solve the errors indicated by Google developers pagespeed js + css [closed]

I am working on a web page and it is already uploaded to the hosting (but since I have to fix some things still, I have closed the access). The issue is that I opened it a moment to see what google used to tell me in its tools for uploading a we...
asked by 28.05.2016 / 20:54
1
answer

How to add and remove google-maps marker in javascript?

How to add a bookmark in google maps and delete when you keep selected for 5 seconds? function genera_marcador(lat, lng) { var marcador = new google.maps.Marker({ position: new google.maps.LatLng(lat, lng), dr...
asked by 03.03.2017 / 02:08
2
answers

How to change the location icon in the Api Google Maps on Android

How can I change the blue circle icon of the default location in the Google Maps app to an icon made by me in Android? !     
asked by 19.06.2017 / 16:36
1
answer

Custom InfoWindow marker with data on Android

I'm making an android application that has a map in which clicking on a marker shows the infowindow as follows: But I need the infowindow to look like this and not do it: How can I do it? Some example? Thanks     
asked by 27.09.2016 / 21:26
2
answers

get distance based on latitude and longitude

I need to get the distance between two points, as formula is but the data provided by google maps is lat, log and I need the distance in meters var map; function initialize() { var myLatlng = new google.maps.LatLng(41.38,...
asked by 16.03.2018 / 17:52
0
answers

Find all the points in a certain radius with Google map api

I have a list of ~ 10000 places (latitude and longitude) and I have a central point (latitude and longitude). I want using the Google map API, find all the places (within 100000), which are at a distance X (given by me) from the given center. I...
asked by 30.01.2018 / 23:19