public class MapInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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).
|
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).
|
GeoPoint |
mapCenter
The center point of the map file.
|
long |
mapDate
The date of the map data in milliseconds since January 1, 1970.
|
java.lang.String |
projectionName
The name of the projection used in the map file.
|
GeoPoint |
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[] |
zoomLevel
Zoomlevels provided by this Database, if null then any zoomlevel can be
queried.
|
| Constructor and Description |
|---|
MapInfo(BoundingBox bbox,
java.lang.Byte zoom,
GeoPoint start,
java.lang.String projection,
long date,
long size,
int version,
java.lang.String language,
java.lang.String comment,
java.lang.String createdBy,
int[] zoomLevel) |
public final BoundingBox boundingBox
public final java.lang.String comment
public final java.lang.String createdBy
public final long fileSize
public final int fileVersion
public final java.lang.String languagesPreference
public final GeoPoint mapCenter
public final long mapDate
public final java.lang.String projectionName
public final GeoPoint startPosition
public final java.lang.Byte startZoomLevel
public final int[] zoomLevel
public MapInfo(BoundingBox bbox, java.lang.Byte zoom, GeoPoint start, java.lang.String projection, long date, long size, int version, java.lang.String language, java.lang.String comment, java.lang.String createdBy, int[] zoomLevel)
bbox - ...zoom - ...start - ...projection - ...date - ...size - ...version - ...language - ...comment - ...createdBy - ...zoomLevel - TODO