marlove / react-native-geocoding

MIT License
208 stars 54 forks source link

feat: add abort controller usage #49

Open pohsiu opened 11 months ago

pohsiu commented 11 months ago

Make Geocoder is abortable by integrated the AbortController

Example

const isProcessing = Geocoder.isProcessing()
if (isProcessing) {
 Geocoder.abort()
}

Goal

If scenario is frequently re-request the geocoder will fit this case