GeocodeOptions 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 options used to refine a geocode service request.

Syntax

public class GeocodeOptions
Public Class GeocodeOptions

Constructor

Name

Description

GeocodeOptions

Initializes a new instance of a GeocodeOptions object.

Public Properties

Name

Description

Count 

An int specifying the number of geocoded results to return. Optional. The default value is 5.

Filters 

A FilterBase Class array specifying the filters used to refine the results returned. Optional.

See Also

GeocodeRequest.Options Property