Is there any way to listen click function with wapoint markers created by direction service
问题 Basically, I am trying to achieve this thing. 1 - Get Lat/long from MySQL using AJAX 2 - Draw Route on Map using direction service and waypoints technique. 3 - When a user clicks on map marker each marker has a clickable function when the marker is clicked location detail will be fetched in a div underneath the map, basically I need to handle click listener on each marker click so that I can perform my desired actions on those clicks. What I achieve is that: 1 - Able to fetch lat/long using