Googlemaps - Codeigniter - PHP

Asked

Viewed 199 times

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.

1 answer

1


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

The part you seek is in 7:04 minutes

$market['infowindow_content'] = 'SEU TEXT AQUI';

Browser other questions tagged

You are not signed in. Login or sign up in order to post.