FeaturesItemProperties.Confidence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The level of confidence that the geocoded location result is a match. Use this value with the match code to determine for more complete information about the match.
The confidence of a geocoded location is based on many factors including the relative importance of the geocoded location and the user’s location, if specified.
public Azure.Maps.Search.Models.ConfidenceEnum? Confidence { get; }
member this.Confidence : Nullable<Azure.Maps.Search.Models.ConfidenceEnum>
Public ReadOnly Property Confidence As Nullable(Of ConfidenceEnum)