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
2
votes
2 answers

Get pixel coordinates of a element on a map in UWP

So I've got a map. On it I have some XAML elements positioned by geolocation. I need to find their coordinates in pixels in order to detect when they overlap each other (for grouping purposes) I can't seem to find a way. If I get MyMap.MapItems I…
user6760141
2
votes
3 answers

Windows 10 UWP MapControl moved event

When the user is manually moving the map, I'd like to evaluate some criteria and optionally do something when they're finished. I can't seem to find the right MapControl event to hook into for this. I've tried using CenterChanged, but it fires…
joshb
  • 5,182
  • 4
  • 41
  • 55
2
votes
2 answers

How to get the bounds of a map control?

Looking for help getting bounds of a map control on Windows Phone c#, as in the latitude of the top of the map, longitude of the bottom of the map (Visible area), the same thing with longitude, but left/right obviously. I apologise for the nooby…
Kevin
  • 383
  • 2
  • 11
1
vote
0 answers

Xamarin.Forms.Map is not working for UWP platform. How to make it work?

I'm trying to load street map using Xamarin.Forms.Map plugin in my project for UWP app. For that I have also get the token from MSDN. Here is what I have done: MapePage.xaml
Divyesh
  • 2,085
  • 20
  • 35
1
vote
0 answers

Incoherent MapElement3D rotation axis

Heading values rotates MapElement3D in Z axis (0-360º). Roll values rotates MapElement3D in X axis (-90º - 90º). Pitch values rotates MapElement3D in Y axis, BUT taking origin the plane created by heading and roll changes. So there are some…
1
vote
1 answer

Is it possible to turn upside down an MapElement3D?

I have an MapElement3D that changes heading, pitch and roll. Heading is 0-360º, but pitch and roll have the limit of -90º - 90º angle, so I can't turn upside down an MapModel3D. Is there any other way to achieve this without the creation of an copy…
1
vote
1 answer

Is it possible to change sky texture in UWP MapControl?

UWP MapControl shows stars and the sun at some random place on the sky like in the image below. Is it any way to hide them or any possibility to play with sky texture? I have played with the MapStyleSheet editor and I have no clue how to do it.
1
vote
2 answers

Change pointer cursor when hovering over map elements

My UWP application contains a map with several POI. I am trying to change the mouse cursor from an arrow to a hand when hovering over specific poi to indicate its clickable. This would change the cursor as soon as it enters the map still, as a…
MrR0b0t
  • 57
  • 5
1
vote
2 answers

How can I call MapLocationFinder.FindLocationsAsync() to get the coordinates for an address without already knowing the latitude and longitude?

I'm trying to adapt the code here to get the latitude and longitude for a passed-in address. However, one of the arguments passed to MapLocationFinder.FindLocationsAsync() is a Geopoint with latitude and longitude already set, like this in the code…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
1
vote
1 answer

Map not showing up on the loading of UWP Application

It is my UWP Application to load the map of Seattle. My problem is that as I load my UWP application, instead of showing me the map it shows me the blank background with dark color. I am trying to solve this problem from last few hours but can't…
1
vote
0 answers

UWP MapControl, MapProjection for non-geographic images

I have a UWP MapControl with a CustomMapTileDataSource to display very high resolution 2D images, not geographical data. I managed to provide my own tiles as described in…
gil-c
  • 51
  • 3
1
vote
1 answer

Working with UWP MapControl and offline GeoServer tiles

I'm working with UWP MapControl and local networked GeoServer as my tile server. When I'm connected to the internet everything works fine and the map shows my tiles. When disconnecting the client from the internet the tiles are not visible. Working…
Dror
  • 21
  • 1
1
vote
1 answer

Draw a triangle on a MapControl (UWP) 3d view

I need to draw a triangle on an Aerial3d view on a UWP MapControl to have some visual information for the user like to see if certain vector crosses mountains or tall buildings, ... I have the origin Geopoint, the azimuth and the elevation from the…
1
vote
1 answer

UWP MapControl.Location binding not working correctly

I have a UWP application with a MapControl. There are a list of points that get displayed as pins on the map. When an item is clicked/tapped details appear next to the pin. However it seems like binding to location doesn't work properly. The…
rcarrington
  • 1,485
  • 2
  • 12
  • 23
1
vote
1 answer

Specifying PropertyPath for a MapIcon Latitude value in UWP Bing Maps

I am trying to animate the location of a MapIcon in the UWP version of Bing Maps. I am having problems specifying the PropertyPath for the Latitude component (a double value) of the GeoPoint used as the center value for the icon: MapIcon…
Sabuncu
  • 5,095
  • 5
  • 55
  • 89
1
2
3
9 10