Lingua

TelephonyManager.IncludeLocationDataCoarse Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Telephony.IncludeLocationDataType enum directly instead of this field.

Includere dati sulla posizione grossolana.

[Android.Runtime.Register("INCLUDE_LOCATION_DATA_COARSE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.IncludeLocationDataType enum directly instead of this field.", true)]
public const Android.Telephony.IncludeLocationDataType IncludeLocationDataCoarse = 1;
[<Android.Runtime.Register("INCLUDE_LOCATION_DATA_COARSE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.IncludeLocationDataType enum directly instead of this field.", true)>]
val mutable IncludeLocationDataCoarse : Android.Telephony.IncludeLocationDataType

Valore del campo

Value = 1
Attributi

Commenti

Includere dati sulla posizione grossolana.

Indica se il chiamante non desidera ricevere informazioni correlate alla posizione che verranno inviate se il chiamante possiede android.Manifest.permission#ACCESS_COARSE_LOCATION già e non rinuncia alle autorizzazioni.

per android.telephony.TelephonyManager.INCLUDE_LOCATION_DATA_COARSE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a