Interface GValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
GIcon, GLatLng, GLatLngBounds, GMarkerClusterOptions, GMarkerClusterStyle, GMarkerOptions, GPoint, GSize

public interface GValue extends Serializable
Root class for all Value Objects.
All implementations shall override Object.equals(Object) and Object.hashCode().
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getJSconstructor

      String getJSconstructor()
      Returns:
      A JavaScript constructor that represents this element.