public class MapFileInfo
extends java.lang.Object
MapFile.getMapFileInfo()
Modifier and Type | Field and Description |
---|---|
org.mapsforge.core.model.BoundingBox |
boundingBox
The bounding box of the map file.
|
java.lang.String |
comment
The comment field of the map file (may be null).
|
java.lang.String |
createdBy
The created by field of the map file (may be null).
|
boolean |
debugFile
True if the map file includes debug information, false otherwise.
|
long |
fileSize
The size of the map file, measured in bytes.
|
int |
fileVersion
The file version number of the map file.
|
java.lang.String |
languagesPreference
The preferred language(s) separated with ',' for names as defined in ISO 639-1 or ISO 639-2 (may be null).
|
long |
mapDate
The date of the map data in milliseconds since January 1, 1970.
|
byte |
numberOfSubFiles
The number of sub-files in the map file.
|
org.mapsforge.core.model.Tag[] |
poiTags
The POI tags.
|
java.lang.String |
projectionName
The name of the projection used in the map file.
|
org.mapsforge.core.model.LatLong |
startPosition
The map start position from the file header (may be null).
|
java.lang.Byte |
startZoomLevel
The map start zoom level from the file header (may be null).
|
int |
tilePixelSize
The size of the tiles in pixels.
|
org.mapsforge.core.model.Tag[] |
wayTags
The way tags.
|
byte |
zoomLevelMax |
byte |
zoomLevelMin |
public final org.mapsforge.core.model.BoundingBox boundingBox
public final java.lang.String comment
public final java.lang.String createdBy
public final boolean debugFile
public final long fileSize
public final int fileVersion
public final java.lang.String languagesPreference
public final long mapDate
public final byte numberOfSubFiles
public final org.mapsforge.core.model.Tag[] poiTags
public final java.lang.String projectionName
public final org.mapsforge.core.model.LatLong startPosition
public final java.lang.Byte startZoomLevel
public final int tilePixelSize
public final org.mapsforge.core.model.Tag[] wayTags
public final byte zoomLevelMin
public final byte zoomLevelMax