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

Bing Maps CustomMapTileDataSource wont load pixelData

I am writing a UWP application using the MapControl I have implemented my own MapTileSource like so: var nativeTileLayer = new MapTileSource(); nativeTileLayer.DataSource = new UWPSyncTileLayer(); nativeTileLayer.TilePixelSize =…
JKennedy
  • 18,150
  • 17
  • 114
  • 198
0
votes
1 answer

How to get the clipping distance of a bing map?

I'm working on a UWP project where I render 3D content on top of a BingMaps map (so that it looks like these 3d things are on the map). To clarify: I'm actually rendering my 3d content using directx in a seperate (partially transparent) control that…
Stef
  • 315
  • 3
  • 14
0
votes
1 answer

UWP set map icon to not moving when zooming

How to set Map Icon to be not moving when zooming and also directly point to precise location? Because from what I see when the map zooming out, it doesn't point to latitude and longitude I set. But when I zooming in it show to the correct latitude…
albilaga
  • 419
  • 1
  • 10
  • 26
0
votes
1 answer

Customize MapIcon in MapControl UWP

Im developing application for UWP. My purpose was to optymalize map points rendering on bing map.I started from clustering custom markers with operation map.children.add(). After cluster group of pins, i'm adding pin with generated dependencyobject…
0
votes
1 answer

UWP MapControl: MapElement fixed heading

I'm adding a MapElement to my MapControl but when I rotate the MapControl, my MapElement rotates along with it. Is it possible to have a fixed heading on the element? I've tried using a RotateTransform on the MapElement but the Element seems to…
0
votes
1 answer
0
votes
0 answers

update route as user moves in bing maps?

I want to update the route as the device moves just like it happens in navigation. But i dont want to use the RouteQuery and Map.AddRoute every time the position changes as given below. private void DrawRoute(GeoCoordinate newPosition)// { …
megamind
  • 424
  • 1
  • 4
  • 19
0
votes
2 answers

UWP: Map control ZoomFinished event

I need to execute some code when the user finishes to zoom in/out the map. Its ZoomLevelChanged event is raised as the user zooms in or out, so it is not a solution for me (mainly because the code i want to execute is a pretty expensive operation).…
Alex
  • 3,689
  • 1
  • 21
  • 32
0
votes
1 answer

How to change MinZoomLevel or MaxZoomLevel on MapControl with Bing?

So MinZoomLevel and MaxZoomLevel are get-only properties. I can't inherit MapControl and override them, because MapControl is sealed. I can use different MapTileSource and set there ZoomLevelRange and that works. But the main question is, how to set…
Jacob
  • 627
  • 6
  • 15
0
votes
1 answer

How to get MapControl from ContentPresenter DataTemplate in UWP C#?

I have a ContentPresenter and I have assigned a DataTemplate to its ContentTemplate attribute. Now I want to add a MapIcon in MapControl which is child of DataTemplate as shown below:
Kinjan Bhavsar
  • 1,439
  • 28
  • 58
0
votes
1 answer

Zoom Level over 20 in UWP maps control

I need zoom level 21 in maps. I added map control following MSDN article (link => Overlay tiles from a web service) and also followed instruction for "Replace the default map" at page bottom. As I see, map zooms only to level 20 and that also is not…
Amir
  • 211
  • 3
  • 14
0
votes
2 answers

MapControl get tapped location UWP

I have a MapControl in my app and I want to retrieve the coordinate of the point taped by the user.
Sven Borden
  • 1,070
  • 1
  • 13
  • 29
0
votes
1 answer

UWP Map's center not updated when moving

I've bound the center of my MapControl, but the map doesn't update when I'm moving.
StepTNT
  • 3,867
  • 7
  • 41
  • 82
0
votes
2 answers

UWP MapControl: MapPolyLine distorted/malformed

I'm deveolping an UWP-App and making use of the MapControl. I'm also adding elements like MapIcon and MapPolyLine to the MapControl, but I'm having problems with the MapPolyLine: Sometime when adding such polyline it appears totally…
Jerome Dreyer
  • 144
  • 10
0
votes
1 answer

Programmatically pan the Windows 10 UWP map control

Is there any event in the windows 10 UWP map control which can be used to pan programmatically.
1 2 3
9
10