Questions tagged as 'google-maps'

1
answer

Google Maps API - window always opens last

Speak, all right? I'm working on Google maps, grabbing the clients in my bank and putting the Markers on the map according to their latitude and longitude, when clicking the marker opens a window displaying information, so far so good, my proble...
asked by 08.08.2014 / 21:31
2
answers

GCM interacting with google maps

I have a function that server to update my map in the application, ie change the position icons and such, but I would like to do the following: When I received a message from my GCM, for example "Update", I would like the function to update m...
asked by 04.08.2014 / 00:09
1
answer

Visual to zoom in / out using Google Maps API v3

I'm using the Maps API v3 but one of the effects I see on the Google page I'm not able to reproduce. This effect is the visual aid to zoom in / out, when you zoom in the Google Maps page there will be 4 animated red corners (closing or openin...
asked by 03.02.2014 / 03:55
0
answers

Show Static Map Google with Picasso on Android

I'm developing an app by Android Studio, I'd like to create a RecyclerView where I had an ImageView and upload a static image of a determining point on the map. Like here: link I tried to use this method with Picasso (Library that takes...
asked by 19.12.2018 / 22:02
1
answer

Change default Google map pin color

Good morning, this is my first question here, so if I do something out of the standard I apologize in advance. I need to change the default color of the google maps pin to some hexadecimal value, would it be possible? I already anticipate tha...
asked by 14.12.2018 / 12:48
1
answer

I can not add OverlayView

I need to add a OverlayView to a map in a Ionic3 project. The Google tutorial was used as the basis: Add Custom OverlayView The code used is a TypeScript adaptation that I found by searching. Code: declare var...
asked by 11.11.2018 / 17:32
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

I can not draw polygon on Google Maps

I'm trying to make a square with the coordinates, but it does not appear. You do not have any errors in the browser, the map is created normally, only the square does not appear: var map; function initialize() { var latlng = new google.ma...
asked by 24.10.2018 / 01:07
0
answers

Problem Setting Up Google Maps API

I can not configure the Maps API, I've already put my keys and everything else but it will not. <!DOCTYPE html> <html> <head> <title>Simple Map</title> <meta name="viewport" content="initial-scal...
asked by 02.10.2018 / 04:31
0
answers

Google Maps - google.maps.geometry.spherical.computeDistanceBetween () returns NaN

I have several Bookmarks on the map and when I select any of the Bookmarks, I would like you to calculate the distance between the selected Bookmark and the rest that are on the map. All markers come from a database. When I use computeDist...
asked by 27.09.2018 / 14:06