Reputation: 11
I am developing an application for Google TV and need to continuously track the physical location of the TV. The application aims to monitor and update the location of the device to ensure compliance with regional restrictions and other use cases.
Here’s what I’ve done so far:
''' '''
Tried implementing LocationManager and FusedLocationProviderClient to get location updates. However, it appears that Google TVs lack built-in GPS hardware, as the location always returns null.
Considered using IP-based geolocation, but it seems to only provide approximate locations and may not be sufficient for accurate tracking.
Questions:
If there’s a limitation in directly tracking the TV, are there best practices to integrate location tracking (e.g., linking the TV to a mobile device with GPS)?
Additional Context:
Any guidance or example implementations would be greatly appreciated.
Upvotes: 0
Views: 16