MapAddress 클래스

정의

주소를 나타냅니다.

public ref class MapAddress sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapAddress final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapAddress
Public NotInheritable Class MapAddress
상속
Object Platform::Object IInspectable MapAddress
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

MapLocationFinder 클래스의 메서드를 호출하면 MapLocationFinderResultLocations 속성을 통해 MapLocation 개체의 컬렉션이 반환됩니다. 각 MapLocation 개체에는 MapAddress를 반환하는 Address 속성이 있습니다.

유니버설 Windows 앱Windows.Services.Maps 네임스페이스에서 MapControl 및 map 서비스를 사용하려면 먼저 인증해야 합니다. 앱을 인증하려면 지도 인증 키를 지정해야 합니다.

지도 인증 키 요청을 참조하세요.

속성

BuildingFloor

주소의 건물 층을 가져오거나 설정합니다.

BuildingName

주소의 건물 이름을 가져오거나 설정합니다.

BuildingRoom

주소의 건물 공간을 가져오거나 설정합니다.

BuildingWing

주소의 건물 날개를 가져오거나 설정합니다.

Continent

주소의 대륙을 가져오거나 설정합니다.

Country

주소의 국가를 가져오거나 설정합니다.

CountryCode

주소의 국가 코드를 가져오거나 설정합니다.

District

주소의 구역을 가져오거나 설정합니다.

FormattedAddress

전체 주소를 문자열 형식으로 가져옵니다.

Neighborhood

주소의 이웃을 가져오거나 설정합니다.

PostCode

주소의 우편 번호를 가져오거나 설정합니다.

Region

주소의 지역(예: 시/도)을 가져오거나 설정합니다.

RegionCode

주소의 지역(예: 주 또는 지방)에 대한 코드를 가져오거나 설정합니다.

Street

주소의 거리를 가져오거나 설정합니다.

StreetNumber

주소의 거리 번호를 가져오거나 설정합니다.

Town

주소의 도시 또는 도시를 가져오거나 설정합니다.

적용 대상

추가 정보