다음을 통해 공유


PlaceInfo.Create 메서드

정의

오버로드

Create(Geopoint)

PlaceInfo instance 만듭니다.

Create(Geopoint, PlaceInfoCreateOptions)

PlaceInfo instance 만듭니다.

Create(Geopoint)

PlaceInfo instance 만듭니다.

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 instance.

특성

적용 대상

Create(Geopoint, PlaceInfoCreateOptions)

PlaceInfo instance 만듭니다.

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 instance.

특성

적용 대상