Skip to content

Conversation

pohsiu
Copy link

@pohsiu pohsiu commented Sep 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant