I have the information of several geolocated assets (latitude, longitude) in a mysql table which is already connected as Data Source to Mango, the goal is to make a query in mysql with different criteria (query) and according to the data obtained display them in a geographical map (google maps). In what way (api?) Did the query to mysql and how did the loop to travel the data obtained and mark them on a map. Thank you