IMarker class abstract

地图标记

Inheritance

Constructors

IMarker()

Properties

coordinate Future<LatLng>
获取定位信息
no setter
hashCode int
The hash code for this object.
no setterinherited
object Future<String>
获取自定义信息
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet Future<String>
获取副标题
no setter
title Future<String>
获取标题
no setter

Methods

hideInfoWindow() Future<void>
关闭弹窗
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() Future<void>
inherited
setAngle(double angle) Future<void>
设置角度
setCoordinate(LatLng coordinate) Future<void>
设置坐标
setIcon(ImageProvider<Object> iconProvider, ImageConfiguration configuration) Future<void>
设置图标
setSnippet(String snippet) Future<void>
设置副标题
setTitle(String title) Future<void>
设置标题
setVisible(bool visible) Future<void>
设置可见性
showInfoWindow() Future<void>
显示弹窗
startAnimation(MarkerAnimation animation) Future<void>
设置动画
toString() String
A string representation of this object.
inherited

Operators

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