C# Class Engage.Dnn.Locator.JavaScript.Location

A JSON-friendly representation of a location
Afficher le fichier Open project: EngageSoftware/Engage-Locator

Méthodes publiques

Свойство Type Description
Address string
Latitude double?
Longitude double?

Méthodes publiques

Méthode Description
Location ( double latitude, double longitude, string address )

Initializes a new instance of the Location struct.

Method Details

Location() public méthode

Initializes a new instance of the Location struct.
public Location ( double latitude, double longitude, string address )
latitude double The latitude of the location.
longitude double The longitude of the location.
address string The address of the location.

Property Details

Address public_oe property

The address of this location
public string Address
Résultat string

Latitude public_oe property

The latitude of this location
public double? Latitude
Résultat double?

Longitude public_oe property

The longitude of this location
public double? Longitude
Résultat double?