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...
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,...
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:
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...
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...
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...
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...
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...
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...