onaio / kujaku

Mapping and check-in library for Android using MapBox SDK
https://ona.io
BSD 2-Clause "Simplified" License
18 stars 11 forks source link

Deprecate setLocationListener and getLocationListener in IlocationClient #342

Open shubham1g5 opened 4 years ago

shubham1g5 commented 4 years ago

Both setLocationListener and getLocationListener in IlocationClient has been replaced by addLocationListener and getLocationListeners to provide support for adding multiple location listeners. We should remove the support for these deprecated methods in an upcoming release.