MapService.WorldViewRegionCode Property

Definition

Gets the three digit country code used by the Map service, based on the ISO 3166-1 alpha-3 codes.

public:
 static property Platform::String ^ WorldViewRegionCode { Platform::String ^ get(); };
static winrt::hstring WorldViewRegionCode();
public static string WorldViewRegionCode { get; }
var string = MapService.worldViewRegionCode;
Public Shared ReadOnly Property WorldViewRegionCode As String

Property Value

String

Platform::String

winrt::hstring

The three digit country code used by the Map service, based on the ISO 3166-1 alpha-3 codes.

Applies to