C# Class Engage.Dnn.Locator.GoogleGeocodeResult

The result of a geocoding request to Google
Inheritance: GeocodeResult
Datei anzeigen Open project: EngageSoftware/Engage-Locator

Public Methods

Method Description
GoogleGeocodeResult ( double latitude, double longitude, GoogleAccuracyCode accuracyCode, GoogleStatusCode statusCode ) : DotNetNuke.Services.Localization

Initializes a new instance of the GoogleGeocodeResult class.

Method Details

GoogleGeocodeResult() public method

Initializes a new instance of the GoogleGeocodeResult class.
public GoogleGeocodeResult ( double latitude, double longitude, GoogleAccuracyCode accuracyCode, GoogleStatusCode statusCode ) : DotNetNuke.Services.Localization
latitude double The latitude of the result.
longitude double The longitude of the result.
accuracyCode GoogleAccuracyCode The accuracy of the result.
statusCode GoogleStatusCode The status of the geocode request.
return DotNetNuke.Services.Localization