The LocationOptions type exposes the following members.

Constructors

  NameDescription
LocationOptions
Creates a new LocatoinOptions object with no properties overridden.

Methods

  NameDescription
AddExtraInfo
Adds a set of desired LocationOptions..::.ExtraInfo options to the previously specified options, returning a new instance.
AddFilter Obsolete.
Adds an ILocationFilter to the previously specified properties, returning a new instance.
AddMode Obsolete.
Adds a LocationMode to the previously specified options, returning a new instance.
AddTimeout Obsolete.
Adds a timeout interval to the previously specified properties, returning a new instance.
Clone
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WithExtraInfo
Returns a LocationOptions object specifying any number of desired LocationOptions..::.ExtraInfo types, with no other overridden properties.
WithFilter
Returns a LocationOptions instance specifying an ILocationFilter, with no other overridden properties.
WithMode
Returns a LocationOptions instance specifying a LocationMode, with no other overridden properties.
WithTimeout
Returns a LocationOptions instance specifying a timeout interval, with no other overridden properties.

Properties

  NameDescription
ExtraInfoFlags
The selected LocationOptions..::.ExtraInfo flags if any, or null.
LocationFilter
The selected ILocationFilter if any, or null.
LocationMode
The selected LocationMode name if any, or null.
SuppressCachedPosition
True if Veriplace should not include cached position in a PositionFailureException.
TimeoutMilliseconds
The selected timeout interval, or null if none.

See Also