Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GeocoderAutoCompleteView to use RxJava's debounce #4

Closed
zugaldia opened this issue Apr 7, 2016 · 4 comments
Closed

Update GeocoderAutoCompleteView to use RxJava's debounce #4

zugaldia opened this issue Apr 7, 2016 · 4 comments
Labels

Comments

@munyamikehove
Copy link

Came here because i can't seem to access GeocoderAutoCompleteView service when creating autocomplete widget .

Added

  1. to my Android manifest
  2. compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.0.1@aar') {
    transitive = true
    }
    and
    compile ('com.mapbox.mapboxsdk:mapbox-android-geocoder:1.0.0@aar'){
    transitive=true
    }
    to my build.gradle app module
  3. mavenCentral() to my build.gradle project

what could be missing ?

@zugaldia
Copy link
Member Author

@munyamikehove Thanks for trying MAS. This information however isn't relevant to this ticket, could you please send a note to help@mapbox.com instead? Thanks.

/cc: @cammace

@zugaldia
Copy link
Member Author

Related: #131

@zugaldia zugaldia mentioned this issue Feb 6, 2017
@zugaldia
Copy link
Member Author

zugaldia commented Feb 6, 2017

It's unclear that debounce would bring benefits that could make up for the size of the Rx dependency. Let's close for now unless there's a clear usecase / need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants