Are there any usage limits on LocationManager.NETWORK_PROVIDER?For example, is there a limit on the number of uses per day, or is limited to personal use.
LocationManager.NETWORK_PROVIDER http://developer.android.com/reference/android/location/LocationManager.html#NETWORK_PROVIDER
I find the LocationManager.NETWORK_PROVIDER and The Google Maps Geolocation API very similar.(It is possible to know the position information from the cell tower or wifi both.)
The Google Maps Geolocation API https://developers.google.com/maps/documentation/business/geolocation/
The Google Maps Geolocation API has usage limits and costs money, are there any usage limits like these on LocationManager.NETWORK_PROVIDER?