[Feature request]: Expose Geocoder.isPresent
method on Android
#194
Labels
platform: android
Issue is related to the Android platform.
Is there already an issue requesting this feature?
Please select affected platform(s)
Use case
The Android Geocoder class may or may not have a working backend. From the docs:
I assume that in particular, any Google experience device (or Android builds that include Google Play Services) has a Geocoder backend based on the Google Maps API, whereas Android builds that do not include Google Play Services do not have this backend (but this is just a guess).
Proposal
Can you please expose the
Geocoder.isPresent()
method in the Dart API?Specific requirements or considerations
N/A
Additional information or context
No response
The text was updated successfully, but these errors were encountered: