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

Why is my Event not firing in Xamarin UWP Map CustomRenderer?

I am trying to write a custom renderer for a Xamarin Map on UWP and a collection change event in the PCL is not triggering the appropriate event in the UWP custom renderer. It works just fine on iOS and Android. With the following code the event…
ArbiterUnknown
  • 113
  • 2
  • 13
0
votes
1 answer

Get all directions using Bing Map SDK in UWP

Is it possible to get all driving directions with a specified FROM and TO location in UWP using Bing Map SDK? (just like windows 10 map app)
Yeasin Abedin
  • 2,081
  • 4
  • 23
  • 41
0
votes
1 answer

How to get the geocode of a specific location by tapping on the map UWP C#

I went through lot of tutorials which states how to add a mapicon a pushpin on to a map, but all of them require me to hard code the latitude and the longitude or give the address in a text form. But what i want is to get the geocode (lat and lon…
0
votes
0 answers

Drawing Rout on map UWP (windows 10 mobile) using c#

I'm developing a UWP application with a map functionality. I've Rout drawing feature and I've a problem in this feature. Here is my code (which was full functional in WP 8.1) public async Task DrawRouteOnMap(double StartLong, double StartLat,…
OXXY
  • 1,047
  • 2
  • 18
  • 43
0
votes
2 answers

How To Clear A MapIcon by Title UWP

Does anyone know how to clear a specific MapIcon. I have an app that tracks me and I'm using the clear() method to remove my icon and then it regenerates it in my new location. However, another function grabs locations from a database and plots…
Brett Ezra
  • 121
  • 1
  • 11
0
votes
1 answer

Generate Numbered MapIcons UWP

I'm trying to figure out how to generate numbered map icons in C# UWP. But since I am looping and grabbing Lat and Long values from a database to plot on the map, I need to number the icons so they don't get overwritten (I think). Can anyone shed…
Brett Ezra
  • 121
  • 1
  • 11
0
votes
2 answers

Bing Maps Bounding box for UWP

According to this MSDN page, there was a nice way of finding the coordinates of corners of the bounding box for Bing Maps until Windows 8. The function mentioned in the link is LocationRectangle. We're developing a Universal application for Windows…
Ranveer
  • 6,683
  • 8
  • 45
  • 92
0
votes
1 answer

How make controls on map like in Windows Map app

How can I make controls on map like in Windows Map app, square and translucent, rather than the standard round. By default map control has round zoom-buttons, but I need make they like in Windows Map (win10) I can't edit style in…
Dmitry
  • 1,095
  • 14
  • 21
0
votes
1 answer

MapControl doesn't display a BingMap on mobile emulator

i am working on a uwp application. I use a MapControl displaying a map from BingMaps. Everything works perfectly when i debug on my machine but when i debug on a mobile emulator the map doesn't display (instead there is a blue background). I've also…
Zen Christophe
  • 131
  • 2
  • 12
0
votes
1 answer

Win10 UWP App, MapControl error

* NB This is not a duplicate as suggested below - I have the necessary namespaces and the control works fine at runtime; however, I have the updated tools 1.1.1 installed already NB * I'm putting together an MVVM Win10 UWP app using Prism 6 /…
Chuckle
  • 13
  • 4
-1
votes
1 answer

UWP Map Control crashes since 2020/11/16

Starting yesterday, the MapControl crashes when zooming around with a Win32Exception that cannot be handled by the debugger. Faulting application name: MapCrash.exe, version: 1.0.0.0, time stamp: 0x5e58842a Faulting module name: ucrtbase.dll,…
Gene
  • 4,192
  • 5
  • 32
  • 56
-1
votes
1 answer

UWP map layers polygon bugs

I add two shapes on top of each other from two different buttons. When I use the third button to change the stroke size of one of the shape, it also affects the other shape. This is weird because in my code (see AppBarButton_Click_1), the adjustment…
user9560865
-3
votes
1 answer

MapControl differences when targeting CreatorsUpdate

I have a UWP app that uses the MapControl to create routes. I then capture the bitmap of the control in order to print out the map. I added dynamic sizing to the dialog so that I could easily capture only the route portion of the map. (in order to…
Tom Lindley
  • 351
  • 1
  • 3
  • 14
1 2 3
9
10