Place.MatchConfidence

Last post 2/3/2009 10:59:00 PM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
1/22/2009 12:14:12 PM
russellmason

Place.MatchConfidence

Hi

Can you tell me how the Place.MatchConfidence property works? In the VE documentation this is an enumeration Low, Medium, High. Your property is a double which looks like it is 0 to 1?

Thanks
Russell Mason

2/3/2009 10:59:00 PM
Chris Pietschmann

Re:Place.MatchConfidence

Sorry about that, the values within the Place.MatchConfidence within Web.Maps.VE are exactly what is being reported from the Virtual Earth JavaScript API without transformations.

The possibly values contained within this property match the following:

0 == VEMatchConfidence.High
1 == VEMatchConfidence.Medium
2 == VEMatchConfidence.Low