mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
WinUI value converters
This commit is contained in:
parent
e006cbedc6
commit
933cb7f2ba
6 changed files with 83 additions and 32 deletions
|
|
@ -89,6 +89,11 @@ namespace MapControl
|
|||
return ImageLoader.LoadImageAsync(buffer);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return UriTemplate;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a TileSource instance from an Uri template string.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue