Thanks to our API for .NET, you can quickly and easily generate various random maps of both real and fictional worlds.
MapGeneratorOptions mapGeneratorOptions = new MapGeneratorOptions();
mapGeneratorOptions.Height = 800;
mapGeneratorOptions.Width = 1000;
var map = MapLayersGenerator.ProduceMap(mapGeneratorOptions);
map.Render(path + ".map.png", Renderers.Png);
There are a simple way to install Aspose.GIS for .NET onto your system:
Coordinate Parser and Converter API for .NET is supported on most platforms and operating systems and it can be used to develop several different types of .NET apps including ASP .NET, WinForms and Windows Services. API for .NET is easy to use and deploy, and provides the ideal solution to work with geospatial information with .NET Framework 4.7, .NET Standard 2.0 & Xamarin platforms. Before running the code, please make sure your system meets the appropriate requirements.
Try the features of our library to see new opportunities. Live demos in C#
Convert Latitude and Longitude to Degree-based units
Parse coordinates position from text
Auto-Detect Units when latitude longitude is parsed from text.
Support World Geographic Reference System (GEOREF) Format
Support Military Grid Reference System (MGRS) Format
Support United States National Grid (USNG) Format