IncludeLocationDataType Enum
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.
public enum IncludeLocationDataType
type IncludeLocationDataType =
- Inheritance
-
IncludeLocationDataType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Specifies to not include any location related data. Indicates whether the caller would not like to receive location related information which will be sent if the caller already possess Manifest.permission.ACCESS_COARSE_LOCATION and do not renounce the permissions. Android reference for 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. |
| Coarse | 1 | Include coarse location data. Indicates whether the caller would not like to receive location related information which will be sent if the caller already possess Manifest.permission.ACCESS_COARSE_LOCATION and do not renounce the permissions. Android reference for 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. |
| Fine | 2 | Include fine location data. Indicates whether the caller would not like to receive location related information which will be sent if the caller already possess Manifest.permission.ACCESS_FINE_LOCATION and do not renounce the permissions. Android reference for 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. |