RelativeSourceRelativeQueryType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration for the types of relative search queries.
Namespace:
Telogis.GeoBase.Geocoding
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum RelativeQueryType
Public Enumeration RelativeQueryType
Members
| Member name | Value | Description |
---|
| Near | 0 |
Used for a search query that is near or close to a location.
|
| In | 1 |
Used for a search query that is in a particular location.
|
See Also