expo-google-places
v0.2.5
Published
Expo library to use the Google Places API
Downloads
144
Maintainers
Readme
Expo Google Places 📍
🚧 This library is under construction.
You will be able to use the Google Places API with no effort, with a well-documented API, strongly typed, and with typical case examples.
Already done 🚀
fetchPredictionsWithSession
method for getting place predictions programmatically using the Per Session (session-based) approach.fetchPlaceWithSession
method for getting place details by the place unique ID using the Per Session (session-based) approach.
What's next 📝
fetchPredictions
method for getting place predictions programmatically using the Per Request approach.fetchPhoto
method for getting a place photo to display in your application.
API documentation
Current API documentation is available here.