toMap method

  1. @override
Map<String, Object> toMap ()
override

经纬度区域 -> map

Implementation

@override
Map<String, Object> toMap() {
  return {'center': this.center?.toMap(), 'span': this.span?.toMap()};
}