A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
How can I implement a search textbox with the Xamarin.Forms.Maps
Hi, assimAlRahma-9056. Do you mean search a place and click the option to perform the navigation directly? Xamarin.Forms.Maps doesn't provide an API for this the function, it's suggested to send a feature request to the product team at the github repo at: https://github.com/xamarin/Xamarin.Forms/issues
You could also try to achieve the function on each platform using corresponding native API.