SocialReportsOverlayInfo class Overlays

Provides access to social report category hierarchy and metadata.

Contains methods for querying available report categories and their subcategories. Each category includes configuration for allowed parameters, coordinate-based reporting permissions, and country-specific customizations.

Obtain instances via SocialOverlay.reportsOverlayInfo getter. Do not instantiate directly.

See also:

Inheritance

Properties

categories → List<OverlayCategory>
Get the categories that belong to this overlay.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
hasRegisteredAutoReleaseObject ↔ bool
getter/setter pairinherited
image → Uint8List?
Get the overlay image as raw bytes.
no setterinherited
img → Img
Get the image as a Img.
no setterinherited
name → String
Get the overlay display name.
no setterinherited
pointerId → int
The pointer ID of the native object
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
uid → int
Get the unique identifier for this overlay dataset.
no setterinherited

Methods

dispose() → void
Disposes the native object.
inherited
getCategory(int categId) → OverlayCategory?
Retrieve a category by its identifier.
inherited
getSocialReportsCategories({String country = ''}) → List<SocialReportsOverlayCategory>
Retrieves all top-level social report categories for a country.
getSocialReportsCategory(int categId, {String country = ''}) → SocialReportsOverlayCategory?
Retrieves a specific social report category or subcategory by ID.
hasCategories(int categId) → bool
Check whether a category contains nested subcategories.
inherited
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