1 out of 2 rated this helpful - Rate this topic

ReverseGeocodeRequest Class

Bing Services

Contains the properties needed to make a ReverseGeocode service request. This class inherits from the RequestBase Class.


public class ReverseGeocodeRequest : RequestBase

Name Description

ReverseGeocodeRequest

Initializes a new instance of a ReverseGeocodeRequest object.

Name Description

Credentials

A Credentials Class object that identifies the requestor. Required. (Inherited from the RequestBase Class.)

Culture

A string specifying the culture in which to return results. Optional. The default value is "en-US". (Inherited from the RequestBase Class.)

ExecutionOptions

An ExecutionOptions Class object specifying calculation and return options of the request. Optional. (Inherited from the RequestBase Class.)

Location

A Location Class object specifying the map location to match to known geographic entities. Required.

UserProfile

A UserProfile Class object containing user information helpful in service calculations. Optional. (Inherited from the RequestBase Class.)

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.