C# Class Engage.Dnn.Locator.GeocodeResult

Abstract base class representing the results of a geocoding request
Datei anzeigen Open project: EngageSoftware/Engage-Locator

Public Properties

Property Type Description
Empty GeocodeResult

Protected Methods

Method Description
GeocodeResult ( double latitude, double longitude )

Initializes a new instance of the GeocodeResult class.

Method Details

GeocodeResult() protected method

Initializes a new instance of the GeocodeResult class.
protected GeocodeResult ( double latitude, double longitude )
latitude double The latitude of the result.
longitude double The longitude of the result.

Property Details

Empty public_oe static_oe property

Represents an empty, unfulfilled geocode request.
public static GeocodeResult,Engage.Dnn.Locator Empty
return GeocodeResult