|
CartoType UWP API 9.4-2-ga84cea34e
for development in C#, VB.NET and C++
|
Parameters for creating a Framework object when more detailed control is needed. For example, file buffer size and the maximum number of buffers can be set. More...
#include <CartoTypeWrapper.h>
Properties | |
| String^ | MapFileName |
| The map. Must not be null or empty. | |
| String^ | StyleSheetFileName |
| The style sheet. If this string is null or empty, the style sheet must be supplied in m_style_sheet_text. | |
| String^ | StyleSheetText |
| The style sheet text. Used if m_style_sheet_filename is null or empty. | |
| String^ | FontFileName |
| The font. If it is null or empty a small default font is used. | |
| int | ViewWidth |
| The width of the map in pixels. Must be greater than zero. | |
| int | ViewHeight |
| The height of the map in pixels. Must be greater than zero. | |
| String^ | Key |
| If non-null, and not empty, an API key or encryption key to be used when loading the map. | |
| FilePolicy | MapFilePolicy |
| The policy for loading and caching map files. | |
Parameters for creating a Framework object when more detailed control is needed. For example, file buffer size and the maximum number of buffers can be set.