LocationRecordSource

Represents the source (technology) that provided the location information for this record. Common values are: WIFI, CELL, GPS, UNKNOWN (note: sometimes found in lowercase). Example: "WIFI"

Entries

Link copied to clipboard

Indicates the location information was provided by WIFI.

Link copied to clipboard

Indicates the location information was provided by CELL.

Link copied to clipboard

Indicates the location information was provided by GPS.

Link copied to clipboard

Indicates the location information was provided manually by user.

Link copied to clipboard

Indicates the location information was provided by visiting location (e.g. on arrival).

Link copied to clipboard

Indicates the location information was provided by visiting location (e.g. on departure).

Link copied to clipboard

Indicates the location information was provided by UNKNOWN.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.