Skip to content

Commit 40fdd0d

Browse files
authored
Update README.md
1 parent 1bcffaa commit 40fdd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marcadores-Marker-Array-InfoWindows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Markers are the way to pinpoint locations on the map and can be created either through "clicks" or by specifying a latitude and longitude. In this program, the map points are generated by iterating over an array. As the array is traversed, points of interest are created. Simultaneously, while we create the markers, we also generate InfoWindows, which are pop-up windows associated with specific markers and are displayed when clicked. InfoWindows provide additional information that you should declare in your JavaScript code.
33
<br><br>
44
Los marcadores son la forma de identificar ubicaciones en el mapa, se pueden hacer mediante "clicks" o mediante una latitud y longitud. En este programa, los puntos en el mapa son mediante la iteración de un array, a medida que se itera sobre el array se van creando los puntos de interés. Al mismo tiempo que creamos los marcadores, creamos los InfoWindows, que son ventanas emergentes asociadas a algún marcador y se muestran al hacer clic sobre ellos. Los InfoWindows son información adicional que debes declarar en tu código JavaScript.
5-
<h4 align="center">Se debe habilitar la API de GOOGLE MAPS JAVASCRIPT en: | The GOOGLE MAPS JAVASCRIPT API must be enabled on:<br>
5+
<h4 align="center">The GOOGLE MAPS JAVASCRIPT API must be enabled on: | Se debe habilitar la API de GOOGLE MAPS JAVASCRIPT en:<br>
66
https://developers.google.com/maps?hl=es-419
77
</h4>
88
<br>

0 commit comments

Comments
 (0)