For using FusedLocationApi
what is the minimum version of the play services installed on the device?
Also as LocationManager does not need play services, is there any minimum requirement for using LocationManager
.
I want to get the Location of users using any API that covers as much devices as possible, that why I am concerned about the minimum requirement for both of them.
Thanks.