Closed DaZhiAmbit closed 3 months ago
You can not move map. You can move a single point or many points of Geometric.Points collection.
Works Perfect Thanks
Hi In order to move map I can use following method.
public async Task movePoint(double[] coordinate, PointSymbol pointSymbol)
Is there any way to zoom in or out using method too?
I tried to change parameters.zoomLevel
from code. For example using a button. But it seems that it does not affect map at all. Setting RealTimeMap.LoadParameters
zoom level works only during initialization.
I tried invoking InvokeAsync(StateHasChanged);
after zoom value change and it does not work.
How to move map?