Interface GLSearch.CustomObjectInfoCallback

Enclosing class:
GLSearch

public static interface GLSearch.CustomObjectInfoCallback
Callbacks for custom objects
  • Method Details

    • getCustomObjectCategory

      @Nullable GLSearchCategory getCustomObjectCategory(@NonNull Object object)
      Category of custom object
      Parameters:
      object - custom object
      Returns:
      category of custom object
    • getCustomObjectLocation

      @Nullable MapPoint getCustomObjectLocation(@NonNull Object object)
      Location of custom object
      Parameters:
      object - custom object
      Returns:
      location of custom object