RadzenGooglemap multiple markers using database

Is there a way to add multiple Markers using database latitude and longitude?

Thank you for your reply!
however, my question was more aimed at how I can get the data without explicitly typing every latitude and longitude.
For instance, if I have one hundered Bridge's latitudes and longitudes in a database, how can I add all of these locations straight from the database?

You can simply retrieve your data in a list and loop them as shown in the thread to create markers programmatically.

Thank you I will attempt this.

We don't have any other tips except our demo. Try to debug your code to see what is actually added.