Questions tagged as 'google-maps'

0
answers

Neighborhood outline using the Google Maps API

Hello! I am creating a map for visualizing a municipality with all the neighborhoods. Using the kmz made available by IBGE I managed to get around the municipality I want, but I did not find any kmz for the neighborhoods. I noticed that research...
asked by 16.01.2018 / 23:12
1
answer

Polygon events on google maps with javascript

I need to capture the event of DWELL , ENTER , LEAVE of the polygons, and you can add them to the map with the following code: this.map.addPolygon({ points: geofence, strokeColor: '#FF0000', strokeOpacity: 0.8,...
asked by 10.01.2018 / 16:59
1
answer

How to create a closer search for units with google api

I need to mount a search that the person selects the state and on the map appear the units closer, as in the image, how do? I do not know where to start:     
asked by 08.01.2018 / 13:51
1
answer

Pick up data in pairs in lines in sequence

I'm reading a csv worksheet with pandas through pd.read_csv() . The worksheet contains vehicle location data at any time. For example:    Location 1: Latitude a, Longitude a   Location 2: Latitude b, Longitude b   Loca...
asked by 11.01.2018 / 15:19
1
answer

Collect Route made GPS - Maps

asked by 03.01.2018 / 21:53
0
answers

How to change the zoom in a certain location in google maps api v3?

I'm trying to get the map to zoom in on a particular markers location when they are created in Firebase. I already tried to use the setZoom() setCenter() but what happens is this: I'dlikeittobeontopofthecorrectlocation,forexample:Itha...
asked by 18.12.2017 / 13:44
1
answer

How to add onClick the "Draw Shape" button in Google Maps Api?

I would like to add the "onClick" event in the "Draw Form" of the "Drawing Controller" of google maps api v3. I could not find the documentation and can not right-click the button to check if it has an "id". Would anyone know how to do thi...
asked by 19.12.2017 / 15:10
0
answers

Google maps measure mileage between two points by the time

Next galera: google maps measure speed (mileage) between two points by the time of each example point: Point A (Lat and Long + hour type 10:00 hs) Point B (Lat and Long + hour type 11:00 hs) Then the speed would be approximately 45...
asked by 22.12.2017 / 08:35
2
answers

Custom icon does not appear in Google Maps

I'm developing an app that loads a map with some custom tags, these tags work perfectly, but the icon property is not working. I already tried to put the icons of Google itself, tried to leave the default icon of marking, but nothing worked f...
asked by 27.11.2017 / 15:20
1
answer

Rotate image of marker google maps not working

Well I need to rotate the icon image according to the header that arrives for me. I'm trying to make several forms but none of them worked, let's go to the codes. FIRST TRIAL So the problem with this attempt is related to a svg with m...
asked by 29.11.2017 / 14:51