Hello,
I'm trying to use Google Places Library API:
https://developers.google.com/maps/documentation/javascript/places?hl=pt
For what I could see it uses javascript. I would like to know how I can use it from Xamarin Forms.
I searched and found that I should use a webView, but since I just want to get data and not show it I would still have to use a webView?
How is the simplest way?
Thanks