VEFindResult Class

You are not viewing the latest version of the AJAX control. Bing Maps AJAX V7 is the recommended JavaScript control for Bing Maps. If you need this documentation, it is available in as a CHM or PDF download.

A single "what" result returned from a VEMap.Find Method search.

Public Properties

Name Description

VEFindResult.Shape Property

A reference to the VEShape Class object corresponding to this FindResult object. The VEShape object represents the result's pushpin displayed on the map.

VEFindResult.Name Property

The name of the found result.

VEFindResult.Description Property

The description of the found result.

VEFindResult.FindType Property

The VEFindType Enumeration enumeration that represents the type of Find that was performed. This matches the findType parameter specified in the Find method call from which this result was generated.

VEFindResult.IsSponsored Property

A Boolean value that indicates whether the found result is a paid advertisement.

VEFindResult.LatLong Property

A VELatLong Class object that represents the location of the found result.

VEFindResult.Phone Property

The telephone number of the found result.