GeocodeResult 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 geocoding, location, and entity properties for a result returned by the Geocode Service.

Syntax

public class GeocodeResult
Public Class GeocodeResult

Constructor

Name

Description

GeocodeResult

Initializes a new instance of a GeocodeResult object.

Public Properties

Name

Description

Address

An Address Class that specifies address properties for the result.

BestView

A Rectangle Class that defines the best map view for the result.

Confidence

A Confidence Enumeration value indicating how confident the service is about the result.

DisplayName

A string containing a display name for the result.

EntityType

A string containing the entity type name of the result.

Locations

A GeocodeLocation Class array containing location matches based on the geocoding calculation method.

MatchCodes

A string array containing the type of matches used to geocode the locations found in the Locations property.

See Also

GeocodeResponse.Results Property