Class PoiFileInfo


  • public class PoiFileInfo
    extends java.lang.Object
    Contains the immutable metadata of a POI file.
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bounds

        public final org.mapsforge.core.model.BoundingBox bounds
        The bounding box of the POI file (may be null).
      • comment

        public final java.lang.String comment
        The comment field of the POI file (may be null).
      • date

        public final long date
        The date of the POI data in milliseconds since January 1, 1970.
      • language

        public final java.lang.String language
        The preferred language for names as defined in ISO 639-1 or ISO 639-2 (may be null).
      • version

        public final int version
        The file version number of the POI file.
      • ways

        public final boolean ways
        True if the POI file includes ways, false otherwise.
      • writer

        public final java.lang.String writer
        The writer field of the POI file.