PointOption class

海量点中单个点的创建参数

Annotations

Constructors

PointOption({required LatLng coordinate, String? id, String? title, String? snippet, String? object})

Properties

coordinate LatLng
经纬度
final
hashCode int
The hash code for this object.
no setterinherited
id String?
点的id列表, 用来区分点
final
object String?
自定义数据
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
副标题列表
final
title String?
标题列表
final

Methods

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.
inherited