LocationManager.NetworkProvider Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Standard name of the network location provider.
[Android.Runtime.Register("NETWORK_PROVIDER")]
public const string NetworkProvider;
[<Android.Runtime.Register("NETWORK_PROVIDER")>]
val mutable NetworkProvider : string
Field Value
- Attributes
Remarks
Standard name of the network location provider.
If present, this provider determines location based on nearby of cell tower and WiFi access points. Operation of this provider may require a data connection.
Java documentation for android.location.LocationManager.NETWORK_PROVIDER
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.