How to create auto-scalling image lying on WP8 maps

主宰稳场 提交于 2019-12-06 14:11:00

That's not a supported feature of WP8 Maps. The idea is that once an item is added to Map.Layers it doesn't rescale with zoom in order to create a consistent look & feel. Some items do resize such as Map.MapElements Polylines and Landmarks, but those won't work for an Image.

If you want your items to scale you'll have to sign-up for Map.ZoomLevelChanged and change the scaling of your items programmatically.

If you're interested in seeing this in future releases please fill in a wpdev uservoice suggestion with your usecase and why you're interested in doing that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!