Can you plot a location on the UWP Map Control with an altitude? -


i have uwp app mapcontrol , draw mapicons on map specific locations. can give them altitude?

in order position elements @ specific locations on map, 1 use mapcontrol.location attached property:

<image source="ms-appx:///assets/pinstore.png" width="30"        maps:mapcontrol.location="{x:bind location}"        maps:mapcontrol.normalizedanchorpoint="{x:bind anchor}"/> 

i haven't checked myself but, given mapcontrol.location property of type geopoint , geopoint supports altitude value , reference system assume work. need display map in 3d mode (use style property of mapcontrol) , tilted (use 'desiredpitch` property on mapcontrol) altitude "makes sense" though.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -