OverlayCollection class Maps & 3D Scene
Overlays collection.
This class should not be instantiated directly. Instead, use the related methods from OverlayService.
- Implementers
Constructors
Properties
Methods
-
contains(
int overlayId) → bool - Check if an overlay is in the collection.
-
containsCategory(
int overlayId, int categoryId) → bool - Check if overlay is added to the collection.
-
getOverlayAt(
int index) → OverlayInfo? - Get the overlay at the specified index.
-
getOverlayByUId(
int overlayUid) → OverlayInfo? - Get the overlay having the specified UID.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAutoReleaseObject(
int pointerId) → void -
Registers an object for auto release.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
overlayInfos
→ List<
OverlayInfo> -
Provides the complete OverlayInfo list contained within the collection
no setter