yayaa / LocationManager

Simplify getting user's location for Android
807 stars 187 forks source link

Good library, please add support to work in Service #5

Closed trusstnoone closed 7 years ago

nurgasemetey commented 8 years ago

+1

yayaa commented 8 years ago

I'll implement it, as soon as i get free time :) You are welcome to send a pull request though.

orhanturk commented 8 years ago

Teşekkürler güzel bir kütüphane olmuş

zoontek commented 8 years ago

Any news on this?

yayaa commented 8 years ago

Currently i'm too busy, but i really want to implement it sometimes. Just not know when it will be possible for me... Sorry guys for delay. But again, if there is any volunteer i'll gladly accept the pull requests :)

zoontek commented 8 years ago

I would love to make a PR, but I don't know much about Android... I currently try to create a React Native bridge for it :)

yayaa commented 8 years ago

Nice! That'd be the second thing on my mind :) Looking forward to receive a PR @zoontek :) Hit me up if you have any question in the process though.

IvoPereira commented 7 years ago

I'm looking for this too.

RishiSangal commented 7 years ago

Hey i am trying to implement it on the service so lets hope i gets successful.

yayaa commented 7 years ago

Hey @RishiSangal , I'm working on v2.0 big changes coming up :) it will also have service support. I cannot give a deadline tho, still there are stuff to do :) Either you can choose to wait or try to implement your way out. Just wanted to let you know that it is already on it's way!

RishiSangal commented 7 years ago

Hi

I have implemented it in service but there is another issue like if the Location is off its unable to fetch the location from Network or Wifi have you faced the same issue .

yayaa commented 7 years ago

@RishiSangal try to extend waiting period for Network, and ensure your wifi is on. Network Provider is the least reliable one -as in returning location- that's why it is the last option :)

yayaa commented 7 years ago

v2.0.0 is just released, and it is possible to use within a service now.