InfoWindow class

Marker的气泡

Android和iOS的实现机制有差异,仅在接口层面拉齐,效果一致

Constructors

InfoWindow({String? title, String? snippet})
Marker 产生一个不可修改的文本气泡.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
气泡的详细信息
final
title String?
气泡的title
final

Methods

copyWith({String? titleParam, String? snippetParam}) InfoWindow
气泡copy方法
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

noText → const InfoWindow
无文本的气泡