In Flutter what is the most correct method to find the name and coordinates of the place we are inside now using Google Maps or Google Geolocation API?
searchNearbyWithRadius() seems to be such a method, but Java has PlacesClient.findCurrentPlace that seems more stereotypic for this task than searchNearbyWithRadius(). Is such a method available in Flutter (or at least in the REST API)? Please show a reference.