Class LocationType
Class for specifying the location type being requested in a HELD location request.
Inherited Members
Namespace: Held
Assembly: Ng911Lib.dll
Syntax
public class LocationType
Fields
| Edit this page View SourceValue
Specifies a string list of the type of location being requested. The allowable values are: "any", "geodetic", "civic" or "locationURI", or a list of a combination of these values.
Declaration
public List<string> Value
Field Value
Type | Description |
---|---|
List<string> |
exact
If true then the HELD server must return either the requested location type or an error response.
Declaration
public bool exact
Field Value
Type | Description |
---|---|
bool |