PlaceInfo.Create Метод

Определение

Перегрузки

Create(Geopoint)

Создает экземпляр PlaceInfo .

Create(Geopoint, PlaceInfoCreateOptions)

Создает экземпляр PlaceInfo .

Create(Geopoint)

Создает экземпляр PlaceInfo .

public:
 static PlaceInfo ^ Create(Geopoint ^ referencePoint);
/// [Windows.Foundation.Metadata.Overload("Create")]
 static PlaceInfo Create(Geopoint const& referencePoint);
[Windows.Foundation.Metadata.Overload("Create")]
public static PlaceInfo Create(Geopoint referencePoint);
function create(referencePoint)
Public Shared Function Create (referencePoint As Geopoint) As PlaceInfo

Параметры

referencePoint
Geopoint

Расположение географической карты, которое вы хотите отобразить в легком окне.

Возвращаемое значение

Экземпляр PlaceInfo , описывающий расположение.

Атрибуты

Применяется к

Create(Geopoint, PlaceInfoCreateOptions)

Создает экземпляр PlaceInfo .

public:
 static PlaceInfo ^ Create(Geopoint ^ referencePoint, PlaceInfoCreateOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("CreateWithGeopointAndOptions")]
 static PlaceInfo Create(Geopoint const& referencePoint, PlaceInfoCreateOptions const& options);
[Windows.Foundation.Metadata.Overload("CreateWithGeopointAndOptions")]
public static PlaceInfo Create(Geopoint referencePoint, PlaceInfoCreateOptions options);
function create(referencePoint, options)
Public Shared Function Create (referencePoint As Geopoint, options As PlaceInfoCreateOptions) As PlaceInfo

Параметры

referencePoint
Geopoint

Расположение географической карты, которое вы хотите отобразить в легком окне.

options
PlaceInfoCreateOptions

Необязательные сведения, описывающие это расположение. Эти сведения будут отображаться в окне со светлым отклонением.

Возвращаемое значение

Экземпляр PlaceInfo , описывающий расположение.

Атрибуты

Применяется к