Method CreateAsync
CreateAsync(Stream)
Creates a new instance of a PictureMarkerSymbol from a stream of encoded image bytes
Declaration
public static async Task<PictureMarkerSymbol> CreateAsync(Stream imageStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | imageStream | The source image stream. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PictureMarkerSymbol> | The task object representing the asynchronous create operation. The value of the task result is a PictureMarkerSymbol object. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Relevant samples
Find address: Find the location for an address.
Find place: Find places of interest near a location or within a specific area.
Mobile map (search and route): Display maps and use locators to enable search and routing offline using a Mobile Map Package.
Offline geocode: Geocode addresses to locations and reverse geocode locations to addresses offline.
Offline routing: Solve a route on-the-fly using offline data.