Interface MapId


@NullMarked @NonExtendable @Experimental public interface MapId
References the shared map state holding map contents and markers for a Filled Map.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
    The map id.
    static MapId
    mapId(int id)
     
  • Method Details

    • mapId

      @Contract(value="_ -> new", pure=true) static MapId mapId(int id)
    • id

      @Contract(pure=true) int id()
      The map id.
      Returns:
      id