OverlayInfo class Maps & 3D Scene
Overlay info class
This class should not be instantiated directly.
Represents an overlay dataset available in the SDK. Contains information about the overlay (name, image, id) and provides access to the categories.
- Implementers
Properties
-
categories
→ List<
OverlayCategory> -
Get the overlay categories.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → Uint8List?
-
Get the image of the overlay.
no setter
- img → Img
-
Get the image of the overlay.
no setter
- name → String
-
Get the name of the overlay.
no setter
- pointerId → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → int
-
Get the unique Id of the overlay.
no setter
Methods
-
dispose(
) → void -
getCategory(
int categId) → OverlayCategory? - Get the overlay category by Id.
-
hasCategories(
int categId) → bool - Check if category has subcategories.
-
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