InfoWindow class
Marker的气泡 Android和iOS的实现机制有差异,仅在接口层面拉齐,效果一致
Constructors
- InfoWindow({String title, String snippet})
-
为 Marker 产生一个不可修改的文本气泡.
const
Properties
Methods
-
copyWith(
{String titleParam, String snippetParam}) → InfoWindow - 气泡copy方法
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override
Constants
- noText → const InfoWindow
-
无文本的气泡
const InfoWindow()