Android Question Sub mapfragment_google_click signature does not match expected signature.

victormedranop

Well-Known Member
Licensed User
Longtime User
i dont understan why this is happenig
the functions are defined but with out any code

java.lang.Exception: Sub mapfragment_google_click signature does not match expected signature.

B4X:
Sub MapFragment_google_Click (Position As CameraPosition)
End Sub
Sub MapFragment_google_LongClick (Point As LatLng)
End Sub
Sub MapFragment_google_MarkerClick (SelectedMarker As Marker) As Boolean
    Return True
End Sub

i will got this error when i touch the map.

anyone that can show me my error.

Victor
 

DonManfred

Expert
Licensed User
Longtime User
Where is the project? Where is the code used? Did you set the eventprefix to MapFragment_google ? Why an underscore here?
 
Upvote 0
Top