[MAP] 高精地图Marker绘制逻辑重构
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.mogo.map
|
||||
|
||||
import com.mogo.map.overlay.*
|
||||
|
||||
object MoGoOverlayManager {
|
||||
|
||||
private val impl by lazy { MoGoOverlayManagerImpl() }
|
||||
|
||||
fun overlay(): IMoGoOverlayManager = impl
|
||||
}
|
||||
Reference in New Issue
Block a user