PlaceInfo.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Create(Geopoint) |
PlaceInfo instance 만듭니다. |
Create(Geopoint, PlaceInfoCreateOptions) |
PlaceInfo instance 만듭니다. |
Create(Geopoint)
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)
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.
- 특성