Class MarkerItem

java.lang.Object
org.oscim.layers.marker.MarkerItem
All Implemented Interfaces:
MarkerInterface

public class MarkerItem extends Object implements MarkerInterface
Immutable class describing a GeoPoint with a Title and a Description.
  • Field Details

  • Constructor Details

    • MarkerItem

      public MarkerItem(String title, String description, GeoPoint geoPoint)
      Parameters:
      title - this should be singleLine (no '\n' )
      description - a multiLine description ( '\n' possible)
    • MarkerItem

      public MarkerItem(Object uid, String title, String description, GeoPoint geoPoint)
  • Method Details