Using openstreetmaps tiles.
<maps:MapTileLayer UrlTemplate="https://tile.openstreetmap.org/{z}/{x}/{y}.png" CanCacheTiles="True">I tried setting theme to MaterialDark for the map control but it did not change the map itself.
<syncTheme:SyncfusionThemeResourceDictionary VisualTheme="MaterialDark"/>
Is there a way to do this?
EDIT: I think the way with openstreetmaps is vector tiles, but is it possible to use vector tiles here?