package cn.qiuxiang.react.amap3d.maps import com.amap.api.maps.AMap interface AMapOverlay { fun add(map: AMap) fun remove() }