增加了地图的Marker的配置返回

This commit is contained in:
董宏宇
2020-02-07 22:26:30 +08:00
parent 9732974426
commit cb097c8925
2 changed files with 8 additions and 0 deletions

View File

@@ -222,4 +222,11 @@ public interface IMogoMarker {
* @param position window 的位置。
*/
void setPositionByPixels( Point position );
/**
* Marker 配置
* @return
*/
MogoMarkerOptions getMogoMarkerOptions();
}