public static async Task GetMapElements() { ServicePoints.Clear(); await Instance.UpdatePositionKotAsync(); await MapsElementsDataHandler.GetMapElements(); }
public MapsElementsDataHandler() { _instance = this; }