All Superinterfaces:
Serializable
All Known Implementing Classes:
Bounds, DivIcon, Icon, LatLng, LatLngBounds, Point

public interface BasicType extends Serializable
Base interface for serializable value types used by the Leaflet component. Implementations represent Leaflet data structures that can be exchanged between the server and the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the Leaflet type name of this value, used to identify the type on the client side.
  • Method Details

    • getLeafletType

      default String getLeafletType()
      Returns the Leaflet type name of this value, used to identify the type on the client side. Defaults to the simple name of the implementing class.
      Returns:
      the Leaflet type name