CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.FrameworkParam Class Reference

Public Attributes

String mapFileName
 
String styleSheetFileName
 
String styleSheetText
 
String fontFileName
 
int viewWidth
 
int viewHeight
 
String encryptionKey
 
int fileBufferSizeInBytes
 
int maxFileBufferCount
 
int textIndexLevels
 

Detailed Description

Parameters for creating a CartoType framework when more detailed control is needed. For example, file buffer size and the maximum number of buffers can be set.

Member Data Documentation

◆ encryptionKey

String com.cartotype.FrameworkParam.encryptionKey

If non-null, an encryption key to be used when loading the map.

◆ fileBufferSizeInBytes

int com.cartotype.FrameworkParam.fileBufferSizeInBytes

The file buffer size in bytes. If it is zero or less the default value is used.

◆ fontFileName

String com.cartotype.FrameworkParam.fontFileName

The font file. Must not be null or empty.

◆ mapFileName

String com.cartotype.FrameworkParam.mapFileName

The map. Must not be null or empty.

◆ maxFileBufferCount

int com.cartotype.FrameworkParam.maxFileBufferCount

The maximum number of file buffers. If it is zero or less the default value is used.

◆ styleSheetFileName

String com.cartotype.FrameworkParam.styleSheetFileName

The style sheet. If it is null or empty, the style sheet must be supplied in styleSheetText.

◆ styleSheetText

String com.cartotype.FrameworkParam.styleSheetText

The style sheet text. Used if styleSheetFileName is null or empty.

◆ textIndexLevels

int com.cartotype.FrameworkParam.textIndexLevels

The number of levels of the text index to load into RAM. Use values from 1 to 5 to save RAM but make text searches slower. The value 0 causes the default number of levels to be loaded, which is 1. The value -1 disables text index loading.

◆ viewHeight

int com.cartotype.FrameworkParam.viewHeight

The height of the map in pixels. Must be greater than zero.

◆ viewWidth

int com.cartotype.FrameworkParam.viewWidth

The width of the map in pixels. Must be greater than zero.


The documentation for this class was generated from the following file: