PopupMedia class final
Represents the media that is displayed in a pop-up for a geo-element.
- Implemented types
Constructors
- PopupMedia.new()
-
Create a new popup media.
factory
Properties
- caption ↔ String
-
The caption that is displayed for the media.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageRefreshInterval ↔ int
-
The image refresh interval. This property is useful only for a pop-up
media of type PopupMediaType.image.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
The title that is displayed for the media.
getter/setter pair
- type ↔ PopupMediaType
-
The type of media.
getter/setter pair
- value ↔ PopupMediaValue?
-
The optional popup media value that are depending on the type of media.
getter/setter pair
Methods
-
generateChart(
ChartImageParameters parameters) → Future< ChartImage> - Generates a ChartImage with an image of the chart.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited