Parse Class
This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services.
Contains a parsed search query.
Syntax
public class Parse
Public Class Parse
Constructor
Name |
Description |
---|---|
Initializes a new instance of a Parse object. |
Public Properties
Name |
Description |
---|---|
An Address Class containing the parsed 'where' component of the search query. |
|
A string representing the 'what' component of the search query. |
|
A string representing the display name of the landmark, if one exists. |
|
A string containing the separator used to connect the 'what' and 'where' components of the search query. |
Remarks
If the search query is "pizza in Seattle, WA", then the Keyword property contains "pizza", the LocationSeparator property contains "in", and the Address property contains "Seattle" in the Address.Locality Property and "WA" in the Address.AdminDistrict Property.