HttpMapTileDataSource.UriFormatString 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HTTP 원본에서 타일을 가져오기 위한 Uri 형식을 가져오거나 설정합니다.
public:
property Platform::String ^ UriFormatString { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UriFormatString();
void UriFormatString(winrt::hstring value);
public string UriFormatString { get; set; }
var string = httpMapTileDataSource.uriFormatString;
httpMapTileDataSource.uriFormatString = string;
Public Property UriFormatString As String
속성 값
HTTP 원본에서 타일을 가져오기 위한 Uri 형식입니다.
설명
UriFormat 속성은 대/소문자를 구분하지 않는 대체 문자열을 허용합니다.
- {x}
- {y}
- {zoomlevel}
- {quadkey}{x}, {y}, {quadkey} 대체 문자열에 대한 자세한 내용은 Bing 지도 타일 시스템을 참조하세요.
팁
이러한 인수가 충분하지 않은 사용자 지정 Uri를 제공해야 하는 경우(예: 부하 분산을 위해 {subdomain} 을 제공해야 하는 경우) UriRequested 이벤트에 대한 사용자 지정 처리기에서 사용자 지정 Uri를 만듭니다. 자세한 내용은 지도 에 타일 이미지 오버레이를 참조하세요.