public class PoiFileInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
BoundingBox |
bounds
The bounding box of the POI file (may be null).
|
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.
|
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.
|
String |
writer
The writer field of the POI file.
|
public final BoundingBox bounds
public final String comment
public final long date
public final String language
public final int version
public final boolean ways
public final String writer
Copyright © 2016 mapsforge.org