次の方法で共有


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 プロパティは、大文字と小文字を区別しない次の置換文字列を受け入れます。

  • {x}
  • {y}
  • {zoomlevel}
  • {quadkey}{x}{y}、および {quadkey} の置換文字列の詳細については、「Bingマップ タイル システム」を参照してください。

ヒント

これらの引数で十分ではないカスタム URI を指定する必要がある場合 (たとえば、負荷分散に {subdomain} を 指定する必要がある場合)、 UriRequested イベントのカスタム ハンドラーにカスタム Uri を作成します。 詳細については、「 マップ上にタイル画像をオーバーレイする」を参照してください。

適用対象

こちらもご覧ください