LocationProvider.HasMonetaryCost Property
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.
Returns true if the use of this provider may result in a monetary charge to the user, false if use is free.
public virtual bool HasMonetaryCost { [Android.Runtime.Register("hasMonetaryCost", "()Z", "GetHasMonetaryCostHandler")] get; }
[<get: Android.Runtime.Register("hasMonetaryCost", "()Z", "GetHasMonetaryCostHandler")>]
member this.HasMonetaryCost : bool
Property Value
- Attributes
Remarks
Returns true if the use of this provider may result in a monetary charge to the user, false if use is free. It is up to each provider to give accurate information.
Java documentation for android.location.LocationProvider.hasMonetaryCost()
.
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.