Bagikan melalui


PlaceInfo.Create Metode

Definisi

Overload

Create(Geopoint)

Membuat instans PlaceInfo .

Create(Geopoint, PlaceInfoCreateOptions)

Membuat instans PlaceInfo .

Create(Geopoint)

Membuat instans 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

Parameter

referencePoint
Geopoint

Lokasi peta geografis yang ingin Anda tampilkan di jendela yang dapat dihentikan cahaya.

Mengembalikan

Instans PlaceInfo yang menjelaskan lokasi.

Atribut

Berlaku untuk

Create(Geopoint, PlaceInfoCreateOptions)

Membuat instans 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

Parameter

referencePoint
Geopoint

Lokasi peta geografis yang ingin Anda tampilkan di jendela yang dapat dihentikan cahaya.

options
PlaceInfoCreateOptions

Informasi opsional yang menjelaskan lokasi ini. Informasi ini akan muncul di jendela yang dapat dihentikan cahayanya.

Mengembalikan

Instans PlaceInfo yang menjelaskan lokasi.

Atribut

Berlaku untuk