1
I’m using the following library http://biostall.com/codeigniter-google-maps-v3-api-library/ to mark on the map, could someone who has already used it tell me if it is possible when the user clicks on the red dot to show up a box with some information? I tried to search the documentation and found nothing about it, or if there’s any other way to do it even if I have to use another library.
The only one I could find
$marker['title']
but that’s not what I’d like because it would be more of an information. Thanks in advance.