增加了地图的Marker的配置返回
This commit is contained in:
@@ -222,4 +222,11 @@ public interface IMogoMarker {
|
||||
* @param position window 的位置。
|
||||
*/
|
||||
void setPositionByPixels( Point position );
|
||||
|
||||
/**
|
||||
* Marker 配置
|
||||
* @return
|
||||
*/
|
||||
MogoMarkerOptions getMogoMarkerOptions();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user