MapService.WorldViewRegionCode 属性

定义

获取地图服务基于 ISO 3166-1 alpha-3 代码使用的三位数国家/地区代码。

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

属性值

String

Platform::String

winrt::hstring

地图服务使用的三位数国家/地区代码,基于 ISO 3166-1 alpha-3 代码。

适用于