Google Maps - Multiple Markers & Info associated with them

Join index 1 from the list of lat + index from the lng list and the indices 2,3,4,N and make the pairs that are necessary to create several Markers (use the Join block)

You have to associate each latitude and longitude with a name or location.
In a database or a list you will have to make this association.

Block When On Marker Click , return longitude And latitude.

When clicking on the marker:

  • take the latitude and longitude
  • take only with 2 decimal places
  • compare with latitude and longitude lists.
  • if it is the same , get the index and then you will know where you should show the details
1 Like