Skip to content

Instantly share code, notes, and snippets.

@jaybo
Created July 10, 2014 08:37
Show Gist options
  • Save jaybo/94131caf81e34cf5f9d6 to your computer and use it in GitHub Desktop.
Save jaybo/94131caf81e34cf5f9d6 to your computer and use it in GitHub Desktop.
On the way to WP8.1 CustomMapTileDataSource
var im = new byte[100];
var ms = new MemoryStream(im);
var rs = RandomAccessStreamReference.CreateFromStream(ms.AsRandomAccessStream());
// http://msdn.microsoft.com/en-us/library/windowsphone/develop/windows.ui.xaml.controls.maps.custommaptiledatasource.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment