ILocationListener Interface
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.
Used for receiving notifications when the device location has changed.
[Android.Runtime.Register("android/location/LocationListener", "", "Android.Locations.ILocationListenerInvoker")]
public interface ILocationListener : Android.Runtime.IJavaObject, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/location/LocationListener", "", "Android.Locations.ILocationListenerInvoker")>]
type ILocationListener = interface
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Attributes
- Implements
Remarks
Used for receiving notifications when the device location has changed. These methods are called when the listener has been registered with the LocationManager.
<div class="special reference"> <h3>Developer Guides</h3>
For more information about identifying user location, read the Obtaining User Location developer guide.
</div>
Java documentation for android.location.LocationListener
.
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.
Properties
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
JniIdentityHashCode |
Returns the value of |
JniManagedPeerState |
State of the managed peer. (Inherited from IJavaPeerable) |
JniPeerMembers |
Member access and invocation support. (Inherited from IJavaPeerable) |
PeerReference |
Returns a JniObjectReference of the wrapped Java object instance. (Inherited from IJavaPeerable) |
Methods
Disposed() |
Called when the instance has been disposed. (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() |
If there are no outstanding references to this instance, then
calls |
Finalized() |
Called when the instance has been finalized. (Inherited from IJavaPeerable) |
OnFlushComplete(Int32) |
Invoked when a flush operation is complete and after flushed locations have been delivered. |
OnLocationChanged(Location) |
Called when the location has changed. |
OnProviderDisabled(String) |
Called when the provider this listener is registered with becomes disabled. |
OnProviderEnabled(String) |
Called when a provider this listener is registered with becomes enabled. |
OnStatusChanged(String, Availability, Bundle) |
This callback will never be invoked on Android Q and above, and providers can be considered
as always in the |
SetJniIdentityHashCode(Int32) |
Set the value returned by |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetPeerReference(JniObjectReference) |
Set the value returned by |
UnregisterFromRuntime() |
Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations. (Inherited from IJavaPeerable) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |