[3.4.0-map-sdk] wait to finish
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.mogo.map.overlay
|
||||
|
||||
import com.mogo.map.MogoMap.Companion.DEFAULT
|
||||
import com.mogo.map.overlay.core.*
|
||||
import com.mogo.map.overlay.line.*
|
||||
import com.mogo.map.overlay.point.*
|
||||
@@ -8,7 +9,7 @@ import com.mogo.map.overlay.line.Polyline.Options as LineOptions
|
||||
|
||||
interface IMoGoOverlayManager {
|
||||
|
||||
fun showOrUpdatePoint(options: PointOptions): Point?
|
||||
fun showOrUpdatePoint(options: PointOptions, mapTag:String = DEFAULT): Point?
|
||||
|
||||
fun hidePoint(id: String)
|
||||
|
||||
@@ -38,7 +39,7 @@ interface IMoGoOverlayManager {
|
||||
|
||||
fun showPoint(id: String)
|
||||
|
||||
fun showOrUpdateLine(options: LineOptions): Polyline?
|
||||
fun showOrUpdateLine(options: LineOptions,mapTag:String = DEFAULT): Polyline?
|
||||
|
||||
fun hideLine(id: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user