Updated textFieldChangeHandler to geocode the address (using the above library). Uses a debounce delay.
Added lat/lon fields to initialState (as null) and newData json (updated).
Change Reason
Related issue #392 addresses handling the user location and reverse geocoding. But that was the default lat/lng being passed as the resource location as well. With this PR, the user can specify an address (and its geocoded lat/lon values are passed with new data inserts)
Pull Request
Change Summary
textFieldChangeHandler
to geocode the address (using the above library). Uses a debounce delay.initialState
(as null) andnewData
json (updated).Change Reason
Verification [Optional]
Related Issue: #392