Table of Contents

Class LocationProvider

Namespace
Android.Location
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class LocationProvider : JVMBridgeBase<LocationProvider>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
LocationProvider
Implements
Extension Methods

Constructors

LocationProvider(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LocationProvider(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AVAILABLE

[Obsolete("Deprecated in JVM")]
public static int AVAILABLE { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

OUT_OF_SERVICE

[Obsolete("Deprecated in JVM")]
public static int OUT_OF_SERVICE { get; set; }

Property Value

int

TEMPORARILY_UNAVAILABLE

[Obsolete("Deprecated in JVM")]
public static int TEMPORARILY_UNAVAILABLE { get; set; }

Property Value

int

Methods

GetAccuracy()

[Obsolete("Deprecated in JVM")]
public int GetAccuracy()

Returns

int

int

GetName()

[Obsolete("Deprecated in JVM")]
public String GetName()

Returns

String

String

GetPowerRequirement()

[Obsolete("Deprecated in JVM")]
public int GetPowerRequirement()

Returns

int

int

HasMonetaryCost()

[Obsolete("Deprecated in JVM")]
public bool HasMonetaryCost()

Returns

bool

bool

MeetsCriteria(Criteria)

[Obsolete("Deprecated in JVM")]
public bool MeetsCriteria(Criteria arg0)

Parameters

arg0 Criteria

Criteria

Returns

bool

bool

RequiresCell()

[Obsolete("Deprecated in JVM")]
public bool RequiresCell()

Returns

bool

bool

RequiresNetwork()

[Obsolete("Deprecated in JVM")]
public bool RequiresNetwork()

Returns

bool

bool

RequiresSatellite()

[Obsolete("Deprecated in JVM")]
public bool RequiresSatellite()

Returns

bool

bool

SupportsAltitude()

[Obsolete("Deprecated in JVM")]
public bool SupportsAltitude()

Returns

bool

bool

SupportsBearing()

[Obsolete("Deprecated in JVM")]
public bool SupportsBearing()

Returns

bool

bool

SupportsSpeed()

[Obsolete("Deprecated in JVM")]
public bool SupportsSpeed()

Returns

bool

bool