hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium
Other
87 stars 26 forks source link

Fix app crash when selecting some lat&lng using place picker #125

Closed Yazany6b closed 6 years ago

Yazany6b commented 6 years ago

When opening place picker and picking any location in suggested locations list the app crash if the lat&lng points to some place with no formatted address. Some places in mid-east have no formatted address so the place picker cause the whole application to crash if picking any of these locations.

hansemannn commented 6 years ago

Thanks! Can use please use the „NULL_IF_NIL()“ macro instead of the shorthand if-statement?

Yazany6b commented 6 years ago

Done my friend, On Wednesday, May 16, 2018, 9:36:23 PM GMT+3, Hans Knöchel notifications@github.com wrote:

Thanks! Can use please use the „NULL_IF_NIL()“ macro instead of the shorthand if-statement?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

hansemannn commented 6 years ago

New release: https://github.com/hansemannn/titanium-googlemaps/releases/tag/v3.12.0