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.
i will got this error when i touch the map.
anyone that can show me my error.
Victor
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