[6.5.0] update jiangshiche
This commit is contained in:
@@ -33,6 +33,8 @@ interface IMogoMap {
|
||||
|
||||
fun addPoint(options: Point.Options): IMapPointOverlay?
|
||||
|
||||
fun addAnimPoint(options: Point.Options)
|
||||
|
||||
fun addLine(options: Polyline.Options): IMapPolylineOverlay?
|
||||
|
||||
/**
|
||||
|
||||
@@ -75,4 +75,6 @@ interface IMoGoOverlayManager {
|
||||
fun hideAllPointsExceptIds(vararg ids: String)
|
||||
|
||||
fun hideAllPointsExceptOwners(vararg owners: String)
|
||||
|
||||
fun updateAnimPoint(options: Point.Options, mapTag:String = DEFAULT)
|
||||
}
|
||||
Reference in New Issue
Block a user