Questions tagged [uwp-maps]

Windows Maps is a mapping platform provided by Microsoft, offering 3D data, offline maps, streetside imagery, POIs and many other location-aware features. It powers many Microsoft as well as third-party UWP apps.

Windows Maps is a mapping platform provided by Microsoft, offering 3D data, offline maps, streetside imagery, POIs and many other location-aware features. It powers many Microsoft as well as third-party UWP apps.

Technical support

Resources

148 questions
0
votes
1 answer

UWP MapControl huge nr of MapIcons

The thing is that I cannot see all 20.000 MapIcons at once and I'd like to increase the number of MapIcons even more. I have a System.Collections.ObjectModel.ObservableCollection prop called Houses in my ViewModel HousesViewModel public…
JP Hellemons
  • 5,977
  • 11
  • 63
  • 128
0
votes
0 answers

Issue with the MapElements for UWP Maps control

The funny thing is stack gives me a warning saying "questions with a matching tittle have been closed for being too broad", So I'll try to keep it on point. What is the issue: On my map control, I am adding a polyline (maybe 3, depending…
iam.Carrot
  • 4,976
  • 2
  • 24
  • 71
0
votes
1 answer

Map Polyline on Bing Map Control

I am working on a UWP navigation app. What I want to do? I want to draw multiple (10 to be exact) polylines on the Map control. I want one to be different color, while the others are grey. Once either of the polyline is selected the new selected…
iam.Carrot
  • 4,976
  • 2
  • 24
  • 71
0
votes
1 answer

The mapcontrol zooms undesirable when setting either Heading, Center or Style. (since Creator update)

I'm working on a UWP project which uses the MapControl. After updating to the Creator Update for Windows 10, the mapcontrol behaves in unexpected and undesired ways: I update the heading and center almost constantly, but this now causes the…
Stef
  • 315
  • 3
  • 14
0
votes
1 answer

UWP MapControl and Parcel Boundaries

Is it possible to overlay parcel (property) lines on the UWP Map Control? I found this blog article about Bing maps which the Map Control uses, but I could not find anything about UWP. Further, once they are overlaid, I would like to allow the…
Steve0212
  • 682
  • 2
  • 6
  • 23
0
votes
2 answers

UWP Map Control show nothing when zooming up

I set the Map Control's initial zoom level to 10. After I use mouse wheel to zoom it up,it shows nothing. If I set the accuarcy,can this be fixed? I just try to get a high-accuracy map. Are there any good third part map control to recommend? code in…
lindexi
  • 4,182
  • 3
  • 19
  • 65
0
votes
1 answer

UWP MapControl: Tilting MapIcons along with a MapControl

Is it possible to keep a MapIcon flat on a pitched MapControl in UWP? When viewing the map in that default 2D-view everything is fine, but when I'm tilting the MapControl all MapIcon-elements stay in that 2D-view rather then tilting along with the…
Jerome Dreyer
  • 144
  • 10
0
votes
1 answer

UWP MapControl, possible to display only coastlines / country boundaries?

I'm getting started with learning UWP apps using Visual Studio 2017 and I'd like to create a map that displays only coastlines and country borders, i.e: No roads, city names, or anything else. I've been googling and reading tutorials but can't…
os1
  • 412
  • 1
  • 6
  • 18
0
votes
1 answer

How to display shortest route between multiple destinations in UWP Map Control

I am following this tutorial. It shows how to display route between TWO points on map. Is there a way to display shortest route between more points on map?
user6248607
0
votes
1 answer

IsStreetsideSupported always return false

I use surface pro 4 to develop window 10 uwp app. the MapControl.IsStreetsideSupported and MapControl.Is3DSupported always return false, i don't konw why. if (MapControl1.IsStreetsideSupported)
WzzT
  • 27
  • 2
0
votes
2 answers

Vector Map Tiles on Bing Map Control

Hello I am working on a UWP map based application. I am currently using Raster Tiles data to remove the Bing Map default tiles. I Want to now shift to using Vector Tiles on the Bing map control. For Raster Tiles I know there are two ways: Set Tile…
iam.Carrot
  • 4,976
  • 2
  • 24
  • 71
0
votes
2 answers

MapItemsControl does not reflect removing of corresponding ItemsSource

Within a UWP-App (Windows 10) I've got a MapControl and I'm using MapItemsControl to deliver an overlay for that map. The ItemsSource of that MapItemsControl (which is an ObservableCollection) is bound via xaml, but is only working in one…
Jerome Dreyer
  • 144
  • 10
0
votes
1 answer

0x88982F50: "The component cannot be found" When using DirectXTK's CreateWICTextureFromMemory()

I'm working on a (Universal Windows) c++/cx Directx project, which builds to a dll used in a c# UWP project. I'm using the DirectX Toolkit to load textures. I already use it to create a texture from file, but now I need it to create a texture from…
Stef
  • 315
  • 3
  • 14
0
votes
1 answer

MapControl.ActualCameraChanged doesn't always trigger

I'm working on a UWP project where I render 3D content on top of a tilted BingMaps map. I'm rendering my 3d content using directx in a seperate (partially transparent) control that lies on top of the map. So it's not rendered within or as part of…
Stef
  • 315
  • 3
  • 14
0
votes
1 answer

MapControl.ActualCamera doesn't seem to always contain correct data

I'm working on a UWP project where I render 3D content on top of a tilted BingMaps map. I'm rendering my 3d content using directx in a seperate (partially transparent) control that lies on top of the map. So it's not rendered within or as part of…
Stef
  • 315
  • 3
  • 14