In my database I have geodata, logitude and latitude for database objects.
Now I need to render a Google Map for each object. It can be done, mostly simple with Maps Embed API and an iframe, or Maps Javascript API and full JS/HTML/CSS code.
Q: hat are ways to work with multiple transformed values at once?
In my database I have geodata, logitude and latitude for database objects.
Now I need to render a Google Map for each object. It can be done, mostly simple with Maps Embed API and an iframe, or Maps Javascript API and full JS/HTML/CSS code.
Q: hat are ways to work with multiple transformed values at once?
For example, like this
Is it a smarter way, to store the code in a separate MySQL column and query longitude/latitude into it?