Package org.mapsforge.poi.storage
Class PoiFileInfo
java.lang.Object
org.mapsforge.poi.storage.PoiFileInfo
Contains the immutable metadata of a POI file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.mapsforge.core.model.BoundingBoxThe bounding box of the POI file (may be null).final StringThe comment field of the POI file (may be null).final longThe date of the POI data in milliseconds since January 1, 1970.final StringThe preferred language for names as defined in ISO 639-1 or ISO 639-2 (may be null).final intThe file version number of the POI file.final booleanTrue if the POI file includes ways, false otherwise.final StringThe writer field of the POI file. -
Method Summary
-
Field Details
-
bounds
public final org.mapsforge.core.model.BoundingBox boundsThe bounding box of the POI file (may be null). -
comment
The comment field of the POI file (may be null). -
date
public final long dateThe date of the POI data in milliseconds since January 1, 1970. -
language
The preferred language for names as defined in ISO 639-1 or ISO 639-2 (may be null). -
version
public final int versionThe file version number of the POI file. -
ways
public final boolean waysTrue if the POI file includes ways, false otherwise. -
writer
The writer field of the POI file.
-