Closed knkaran23 closed 1 year ago
The icon (image) to show instead of a pin is the optional 6th column of the query -
SELECT lat, lng, name, id, info, icon FROM mydata;
"icon" needs to be a string which is the full URL path to the image to use. Note that the image must be publicly accessible.
How to show Images on pin point of Map in this plugin ?