WebGLOverlayView extension type

on
Implemented types
Available extensions
Annotations
  • @JS('google.maps.WebGLOverlayView')

Constructors

WebGLOverlayView()

Properties

hashCode int
The hash code for this object.
no setterinherited
map Map?
getter/setter pair
onAdd ← void Function()
no getter
onContextLost ← void Function()
no getter
onContextRestored ← void Function(WebGLStateOptions options)
no getter
onDraw ← void Function(WebGLDrawOptions options)
no getter
onRemove ← void Function()
no getter
onStateUpdate ← void Function(WebGLStateOptions options)
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values JSObject?
no getterinherited

Methods

addListener(String eventName, JSFunction handler) MapsEventListener
inherited
bindTo(String key, MVCObject target, [String? targetKey, bool? noNotify]) → void
inherited
get(String key) JSAny?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(String key) → void
inherited
requestRedraw() → void
requestStateUpdate() → void
set(String key, JSAny? value) → void
inherited
toString() String
A string representation of this object.
inherited
unbind(String key) → void
inherited
unbindAll() → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited