Deprecate setLocationListener and getLocationListener in IlocationClient
shubham1g5 opened this issue · 0 comments
shubham1g5 commented
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.