MotionDataSettings.LocationEnabled Property

true if location is enabled in system settings, false otherwise.

Namespace: Lumia.Sense
Assembly: Lumia.Sense (in Lumia.Sense.dll) Version: 255.255.255.255

Syntax

public bool LocationEnabled { get; set; }
'Declaration
Public Property LocationEnabled As Boolean
    Get
    Set
public:
virtual property bool LocationEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_LocationEnabled();
function set_LocationEnabled(value);

Property Value

Type: Boolean

See Also

MotionDataSettings Class

MotionDataSettings.MotionDataSettings Members

Lumia.Sense Namespace