I am using Xamarin.Forms.GoogleMaps and I need to handle the event when you drag the map to a new position.
Example: I drag the map, and when I stop I need to call an API that returns a list of restaurants in that position, within a range.
The problem is that there is no such event. The are two other events:
Is there any way to achieve this?
Thank you
Answers
Nevermind, the event is called CameraIdled.