C# Класс Engage.Dnn.Locator.JavaScript.Location

A JSON-friendly representation of a location
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Address string
Latitude double?
Longitude double?

Открытые методы

Метод Описание
Location ( double latitude, double longitude, string address )

Initializes a new instance of the Location struct.

Описание методов

Location() публичный Метод

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.

Описание свойств

Address публичное свойство

The address of this location
public string Address
Результат string

Latitude публичное свойство

The latitude of this location
public double? Latitude
Результат double?

Longitude публичное свойство

The longitude of this location
public double? Longitude
Результат double?