Class PointOfInterest

java.lang.Object
org.oscim.tiling.source.mapfile.PointOfInterest

public class PointOfInterest extends Object
An immutable container for all data associated with a single point of interest node (POI).
  • Field Details

    • layer

      public final byte layer
      The layer of this POI + 5 (to avoid negative values).
    • position

      public final GeoPoint position
      The position of this POI.
    • tags

      public final List<Tag> tags
      The tags of this POI.
  • Constructor Details

    • PointOfInterest

      public PointOfInterest(byte layer, List<Tag> tags, GeoPoint position)
  • Method Details