MapService.WorldViewRegionCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The three digit country code used by the Map service, based on the ISO 3166-1 alpha-3 codes.