Condividi tramite


HttpMapTileDataSource.UriFormatString Proprietà

Definizione

Ottiene o imposta il formato dell'URI per recuperare i riquadri da un'origine HTTP.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Formato dell'URI per il recupero dei riquadri da un'origine HTTP.

Commenti

La proprietà UriFormat accetta le stringhe di sostituzione senza distinzione tra maiuscole e minuscole seguenti:

  • {x}
  • {y}
  • {zoomlevel}
  • {quadkey} Per altre informazioni sulle stringhe di sostituzione {x}, {y}e {quadkey}, vedere Bing Maps Tile System.

Suggerimento

Se è necessario specificare un URI personalizzato per cui questi argomenti non sono sufficienti, ad esempio se è necessario specificare {sottodominio} per il bilanciamento del carico, creare l'URI personalizzato in un gestore personalizzato per l'evento UriRequested . Per altre informazioni, vedere Sovrapposizione di immagini riquadri in una mappa.

Si applica a

Vedi anche