GoogleMaps - CodeIgniter - PHP

1

I'm using the following library library to make markings on the map, someone who has already used could it tell me if it is possible when the user clicks the red dot to appear a box with some information? I tried searching the documentation and found nothing about it, or if there is still some other way I can do this even if I have to use another library.

The only thing I thought would be the

$marker['title']

But this is not what I would like because it would be more of an information. Thanks in advance.

    
asked by anonymous 20.09.2016 / 17:02

1 answer

1

In the link that you reported there is a video of how to use the library, this video shows exactly what you need.

The part you are looking for is in the 7:04 minutes

$market['infowindow_content'] = 'SEU TEXT AQUI';
    
20.09.2016 / 17:46