I have several questions regarding the Google Map V3 API and its library for Codeigniter which wraps the PHP class for google maps api.
-
How can I have the marker show A,B,C… or 1,2,3…? (most important)
-
How do I prevent the white bubble box from opening up when I click on the marker?
-
After adding a marker using addMarkerByAddress() inside my controller, is there any function that I can call from within the controller to remove the marker? Because after adding directions to it, the marker from addMarkerByAddress() overlaps with the start/end marker in my case so I need to remove the initial marker.
-
I cannot seem to have the map display without calling addMarkerByAddress(), is that right?
This has been bothering me for days so I hope someone can help me out!!
Related Links
For showing custom markers use this: