次の方法で共有


MapStyleSheetEntries.Street プロパティ

定義

道路を表す行の JSON エントリ名を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

道路を表す行の JSON エントリ名。

適用対象