google_places_sdk_plus_platform_interface 0.5.0
google_places_sdk_plus_platform_interface: ^0.5.0 copied to clipboard
A common platform interface for accessing google maps native sdk on various platforms
0.5.0 #
Initial release of google_places_sdk_plus_platform_interface.
- Full Google Places API (New) support — exclusively targets the new API
- Removed
useNewApiparameter frominitialize()andupdateSettings() - All Place fields from the new API (~45 fields) including primaryType, reviews, editorialSummary, service attributes, payment/parking/EV options, and more
PlaceFieldenum covers all new API fields without v1/v2 distinction- Support for
searchByTextandsearchNearbyoperations fetchPlacePhotouses photo reference-based approach
Forked from flutter_google_places_sdk by Matan Shukry.