I write own source class CustomTileSource : Microsoft.Phone.Controls.Maps.TileSource.
In this class I’m return null value, but Bing map still loading, anybody know who to prevent map loading?
Thank you in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure I understand the question fully, but if what you’re trying to do is initialise a blank map without loading one of the default Bing Map tilesets, then you want to set the map mode to MercatorMode: http://msdn.microsoft.com/en-us/library/microsoft.maps.mapcontrol.core.mercatormode.aspx