MapStyleSheetEntries.Transportation 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 JSON entry name that represents lines that are part of the transportation network (For example: roads, trains, and ferries).
public:
static property Platform::String ^ Transportation { Platform::String ^ get(); };
static winrt::hstring Transportation();
public static string Transportation { get; }
var string = MapStyleSheetEntries.transportation;
Public Shared ReadOnly Property Transportation As String
Property Value
The JSON entry name that represents lines that are part of the transportation network (For example: roads, trains, and ferries).