Class MapPickResult


  • public final class MapPickResult
    extends NativeBase

    A class representing a map pick result.

    • Method Detail

      • getMapItems

        @Nullable
        public PickMapItemsResult getMapItems()

        Gets a picked map items result.

        Returns:

        Picked map items result.

      • getMapContent

        @Nullable
        public PickMapContentResult getMapContent()

        Gets a picked map content result.

        Returns:

        Picked map content result.

      • getCustomLayerObjectDescriptors

        @Nullable
        public java.util.List<MapObjectDescriptor> getCustomLayerObjectDescriptors()

        Gets a list of map object descriptors representing picked objects from custom user data layers.

        Returns:

        List of map object descriptors representing picked objects from custom user data layers.