BMFMultiPointItem class Null safety

海量点overlay单个点对象

Constructors

BMFMultiPointItem({required dynamic coordinate, String? title, String? subtitle})
海量点overlay单个点对象构造方法
BMFMultiPointItem.fromMap(Map map)

Properties

coordinate ↔ dynamic
经纬度
read / write
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
subtitle ↔ String?
副标题 IOS 独有参数
read / write
title ↔ String?
标题
read / write

Methods

fromMap(Map map) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

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