GeofenceHardwareRequest.LastTransition 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 the last transition of this geofence. -or- Set the last known transition of the geofence.
public Android.Hardware.Location.GeofenceTransition LastTransition { [Android.Runtime.Register("getLastTransition", "()I", "")] get; [Android.Runtime.Register("setLastTransition", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getLastTransition", "()I", "")>]
[<set: Android.Runtime.Register("setLastTransition", "(I)V", "")>]
member this.LastTransition : Android.Hardware.Location.GeofenceTransition with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the last transition of this geofence.
Java documentation for android.hardware.location.GeofenceHardwareRequest.getLastTransition()
.
Property setter documentation:
Set the last known transition of the geofence.
Java documentation for android.hardware.location.GeofenceHardwareRequest.setLastTransition(int)
.
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.