I am using the GoogleMaps example for B4J and I am trying to get the click event for the gmap that is in the pane. I am able to get the pane's click event from the designer but I do not know how to get the gmap click event to get the lat and long numbers. Please assists.
I found the solution. Instead of going into the designer and generating the member for gmap (which didn't exists in designer because I had been creating it in the code), I just needed to use the Private Sub EventName_Click (Point As LatLng). Changing out EventName to gmap.