public class PoiFileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.mapsforge.core.model.BoundingBox |
bounds
The bounding box of the POI file (may be null).
|
java.lang.String |
comment
The comment field of the POI file (may be null).
|
long |
date
The date of the POI data in milliseconds since January 1, 1970.
|
java.lang.String |
language
The preferred language for names as defined in ISO 639-1 or ISO 639-2 (may be null).
|
int |
version
The file version number of the POI file.
|
boolean |
ways
True if the POI file includes ways, false otherwise.
|
java.lang.String |
writer
The writer field of the POI file.
|
public final org.mapsforge.core.model.BoundingBox bounds
public final java.lang.String comment
public final long date
public final java.lang.String language
public final int version
public final boolean ways
public final java.lang.String writer