LocationProvider.HasMonetaryCost Property

Definition

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.

Applies to