marcick Well-Known Member Licensed User Longtime User Mar 22, 2016 #1 It seems to me that the LongClick event is not raised. Possible ? Also, the event does not have the LatLong coordinates, as it is for the click event
It seems to me that the LongClick event is not raised. Possible ? Also, the event does not have the LatLong coordinates, as it is for the click event
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2016 #2 As the map is a view it inherits the common events like all other events. In this case LongClick is not meaningful and shouldn't be used.
As the map is a view it inherits the common events like all other events. In this case LongClick is not meaningful and shouldn't be used.
marcick Well-Known Member Licensed User Longtime User Mar 23, 2016 #3 Hi. I'm using the map_LongClick(ll as LatLng) in B4A and I find it useful. BUt if there are tech reason it can't be implemented I'll change the code to do the same in another way.
Hi. I'm using the map_LongClick(ll as LatLng) in B4A and I find it useful. BUt if there are tech reason it can't be implemented I'll change the code to do the same in another way.
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2016 #4 The "real" LongClick event for GoogleMaps is currently not implemented.