GeocodeResult Class

Contains geocoding, location, and entity properties for a result returned by the Geocode Service.

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

Reference

GeocodeResponse.Results Property

Page view tracker