Click or drag to resize

LocationMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.LocationLocationMode

Namespace:  Com.Datalogic.Device.Location
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class LocationMode : Enum

The LocationMode type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNetwork
Indicates only the localization mechanism based on networks will be activated
Public propertyStatic memberOff
Indicates all the possible systems are turned off
Public propertyStatic memberSensors
Indicates only the dedicated GPS system is activated
Public propertyStatic memberSensorsAndNetwork
Indicates all the possible systems are turned on: both GPS sensors and network assisted localization
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The LocationMode enumeration defines different location systems that can be selectively activated to help the Android LocationManager.

[Android Documentation]

See Also