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。 如需詳細資訊,請參閱 在地圖上重迭並排影像。