zhangtaii / react-native-google-place-picker

React Native Wrapper of Google Place Picker for iOS + Android.
MIT License
185 stars 54 forks source link

Add "initialRegion" prop support #5

Open zhangtaii opened 8 years ago

zhangtaii commented 8 years ago

References: https://github.com/airbnb/react-native-maps

For iOS:
AIRGoogleMap.m

Android: AirMapView.java

k-gregor commented 6 years ago

any news on this?

This should be easy to do, on android it's just

setLatLngBounds(LatLngBounds latLngBounds)

I'll look into iOS as well and make a PR in the coming weeks.