StreetsideExperience 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지리적 위치의 거리 수준 보기를 제공하는 사용자 지정 지도 환경을 나타냅니다.
public ref class StreetsideExperience sealed : MapCustomExperience
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Xaml.Controls.Maps.IStreetsideExperienceFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [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 StreetsideExperience final : MapCustomExperience
/// [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)]
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Xaml.Controls.Maps.IStreetsideExperienceFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class StreetsideExperience final : MapCustomExperience
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.Xaml.Controls.Maps.IStreetsideExperienceFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[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 StreetsideExperience : MapCustomExperience
[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)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.Xaml.Controls.Maps.IStreetsideExperienceFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class StreetsideExperience : MapCustomExperience
Public NotInheritable Class StreetsideExperience
Inherits MapCustomExperience
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
생성자
StreetsideExperience(StreetsidePanorama) |
지정된 파노라마 보기를 기반으로 StreetsideExperience 를 만듭니다. |
StreetsideExperience(StreetsidePanorama, Double, Double, Double) |
지정된 파노라마 보기 및 카메라 위치에 따라 StreetsideExperience 를 만듭니다. |
속성
AddressTextVisible |
StreetsideExperience에 주소 텍스트가 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
CursorVisible |
StreetsideExperience에 커서가 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Dispatcher |
이 개체가 연결된 CoreDispatcher 를 가져옵니다. CoreDispatcher는 코드가 비 UI 스레드에서 시작되더라도 UI 스레드에서 DependencyObject에 액세스할 수 있는 기능을 나타냅니다. (다음에서 상속됨 DependencyObject) |
ExitButtonVisible |
종료 단추가 StreetsideExperience에 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
OverviewMapVisible |
개요 맵이 StreetsideExperience에 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
StreetLabelsVisible |
StreetsideExperience에 거리 레이블이 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
ZoomButtonsVisible |
확대/축소 단추가 StreetsideExperience에 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
메서드
ClearValue(DependencyProperty) |
종속성 속성의 로컬 값을 지웁니다. (다음에서 상속됨 DependencyObject) |
GetAnimationBaseValue(DependencyProperty) |
애니메이션이 활성화되지 않은 경우에 적용되는 종속성 속성에 대해 설정된 기본 값을 반환합니다. (다음에서 상속됨 DependencyObject) |
GetValue(DependencyProperty) |
DependencyObject에서 종속성 속성의 현재 유효 값을 반환합니다. (다음에서 상속됨 DependencyObject) |
ReadLocalValue(DependencyProperty) |
로컬 값이 설정된 경우 종속성 속성의 로컬 값을 반환합니다. (다음에서 상속됨 DependencyObject) |
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) |
이 DependencyObject instance 특정 DependencyProperty에 대한 변경 내용을 수신 대기하기 위한 알림 함수를 등록합니다. (다음에서 상속됨 DependencyObject) |
SetValue(DependencyProperty, Object) |
DependencyObject에 대한 종속성 속성의 로컬 값을 설정합니다. (다음에서 상속됨 DependencyObject) |
UnregisterPropertyChangedCallback(DependencyProperty, Int64) |
RegisterPropertyChangedCallback을 호출하여 이전에 등록된 변경 알림을 취소합니다. (다음에서 상속됨 DependencyObject) |