GeofenceHardware.GeofenceErrorTooManyGeofences フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceError enum directly instead of this field.

登録されているジオフェンスが多すぎることを示すために使用される定数。

[Android.Runtime.Register("GEOFENCE_ERROR_TOO_MANY_GEOFENCES")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceError enum directly instead of this field.", true)]
public const Android.Hardware.Location.GeofenceError GeofenceErrorTooManyGeofences = 1;
[<Android.Runtime.Register("GEOFENCE_ERROR_TOO_MANY_GEOFENCES")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceError enum directly instead of this field.", true)>]
val mutable GeofenceErrorTooManyGeofences : Android.Hardware.Location.GeofenceError

フィールド値

Value = 1
属性

注釈

登録されているジオフェンスが多すぎることを示すために使用される定数。

の Java ドキュメント android.hardware.location.GeofenceHardware.GEOFENCE_ERROR_TOO_MANY_GEOFENCES

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象