toMap method

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

经纬度边界 -> map

Implementation

@override
Map<String, Object> toMap() {
  return {'northeast': northeast?.toMap(), 'southwest': southwest?.toMap()};
}