lejard-h / google_maps_webservice

BSD 3-Clause "New" or "Revised" License
168 stars 223 forks source link

make PlacesSearchResult.id optional #109

Closed erf closed 3 years ago

erf commented 3 years ago

Make PlacesSearchResult.id optional as it caused a crash when calling GoogleMapsPlaces.searchByText as the id was not there. might solve #103 not well testet

lejard-h commented 3 years ago

Thanks !

Can you merge master ? It seems to be already fix here https://github.com/lejard-h/google_maps_webservice/pull/107 but Github does not complain and let me merge it :/

erf commented 3 years ago

I think it was fixed in #107, so i'll just close this. Thanks for the updates :)