Constants for specifying additional information to be included in
the location response.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum ExtraInfo |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration ExtraInfo |
| Visual C++ |
|---|
[FlagsAttribute] public enum class ExtraInfo |
Members
| Member name | Description | |
|---|---|---|
| NearestPointOfInterest |
Indicates that the location should, if possible, include a reference
to a PointOfInterest.
| |
| NearestStreetIntersection |
Indicates that the location should, if possible, include a reference
to a StreetIntersection.
|