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
1
vote
1 answer

UWP MapControl Cannot add a MapIcon when building an app package that targets an older OS

I am trying to add a MapIcon to my Bing maps control. When I am running the application in my debugging environment on visual studio I don't have any issues. However once I build my app package and run it, adding a map Icon crashes the application…
kdun0508
  • 75
  • 10
1
vote
1 answer

What is the best way to draw a route as user traveled location using UWP Maps

I am working on UWP application and facing a challenge to draw a path on the map as user travel from source to destination location. I have already plotted a route as per the given source to destination location now i want to draw a line as user…
1
vote
1 answer

Is it possible to add an SVG to a MapIcon.Image for display in a UWP Map Control?

I can add PNG images without issue to change the default MapIcon Image, but as soon as I try to use an SVG the application crashes with 'application.exe has exited with code -529697949 (0xe06d7363) 'Microsoft C++ Exception'. I am aware of the…
daz_p
  • 13
  • 2
1
vote
1 answer

How to create a MapModel3D programmatically?

I'm working on a UWP project which uses the Windows MapControl. I want to add 3d models to the map. I know how to do this from 3mf files. But now I would like to make procedural meshes and add these to the map. I have found documentation on how to…
Stef
  • 315
  • 3
  • 14
1
vote
1 answer

UWP Map - get a MapElement under Pointer

I have code that adds custom MapPolylines to the MapControl, to its MapElements collection. They are displayed fine, but is there a way to detect any MapPolyline which is currently under the Pointer? I want to be able to delete any single…
Alexey Titov
  • 235
  • 2
  • 9
1
vote
1 answer

UWP Map Control Missing Detail Roads Details

Hello for some reason the uwp map control doesnt appear to be working properly. To rule out any issues with my code I began testing with UWP Sample Ui projects mapcontrol When I set latitude and longitude to a geopoint other than the enter image…
Jason P.
  • 11
  • 1
1
vote
1 answer

How to rotate image placed on a Mapcontrol

The issue I've got an application that tracks vehicles on a map. However I cannot get the little buggers to rotate in the direction of their motion. Basically, all of them are going sideways! Ugh! The code Image vehicleImage = new Image { //Set…
Vladimir Akopyan
  • 644
  • 8
  • 16
1
vote
1 answer

Display language for MapControl in UWP

I need to change language of labels on the Map, like continents, countries, cities, streets etc. I've tried to use Language property but it does not matter, always labels are on English xmlns:maps="using:Windows.UI.Xaml.Controls.Maps"
Lubch
  • 57
  • 1
  • 9
1
vote
2 answers

Do address lookup using culture and language of current country of W10 device

I am developing a UWP app using the Maps control that allows a user to plan a route by adding waypoints on the map using various methods such as clicking on the UWP Map control. One of the ways I want to allow a user to add a waypoint or location…
nzmike
  • 578
  • 1
  • 7
  • 25
1
vote
1 answer

Xamarin Forms Map - UWP - Zoom Error - Value does not fall within the expected range

I have a super simple Xamarin Forms Map embedded and am running UWP. I've noticed that when zooming in and out (quickly) it…
aherrick
  • 19,799
  • 33
  • 112
  • 188
1
vote
1 answer

UWP MapControl MenuFlyout won't show

I am using UWP MapControl. The problem I get with this XAML is that when I Right click on map, Flyout Menu doesn't appear.
user6248607
1
vote
2 answers

Map Control won't show up UWP XAML

I'm trying to run a simple UWP application on my PC to test the Map Control, using the guidelines in: https://msdn.microsoft.com/en-us/windows/uwp/maps-and-location/display-maps#get-and-set-a-maps-authentication-key I have obtained a map key from…
Afshin
  • 487
  • 6
  • 22
1
vote
1 answer

MapControl doesn't show anything in UWP App

I'm trying to use the MapControl control in a UWP App. I've followed this tutorial: https://msdn.microsoft.com/en-us/windows/uwp/maps-and-location/display-maps#mapconfig But my map shows an empty blue map: This is the XAML Code:
1
vote
1 answer

How to animate FillColor of MapPolygon (BingMap MapControl) UWP

I want to use a ColorAnimation on the FillColor Property of a MapPolygon. I created a HeatMap with the BingMap Control for UWP Heatmap Preview I got a function, where i calculate a new FillColor for each MapPolygon. I want now to use a…
David198
  • 25
  • 7
1
vote
1 answer

Multiple DataTemplates with UWP MapItemsControl

I have a MapControl in UWP:
Glen Thomas
  • 10,190
  • 5
  • 33
  • 65
1 2
3
9 10