humazed / google_map_location_picker

🌍 Map location picker component for flutter Based on google_maps_flutter
Apache License 2.0
206 stars 308 forks source link

Error when starting application at getAddress #65

Open jlucas577 opened 4 years ago

jlucas577 commented 4 years ago

Whenever I start the app, I get an error on my console.

"error_message" -> "Invalid request. Invalid 'latlng' parameter." "status" -> "INVALID_REQUEST"

The problem happens in function getAddress, line 260.

After I continue the application, it runs perfectly.

What can it be? I implemented it as in the example.