다음을 통해 공유


HttpMapTileDataSource.UriFormatString 속성

정의

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

속성 값

String

Platform::String

winrt::hstring

HTTP 원본에서 타일을 가져오기 위한 Uri 형식입니다.

설명

UriFormat 속성은 대/소문자를 구분하지 않는 대체 문자열을 허용합니다.

이러한 인수가 충분하지 않은 사용자 지정 Uri를 제공해야 하는 경우(예: 부하 분산을 위해 {subdomain} 을 제공해야 하는 경우) UriRequested 이벤트에 대한 사용자 지정 처리기에서 사용자 지정 Uri를 만듭니다. 자세한 내용은 지도 에 타일 이미지 오버레이를 참조하세요.

적용 대상

추가 정보